refactor: openpitrix module

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2019-09-25 14:07:15 +08:00
parent d0dc66cf28
commit 1b5681c12b
314 changed files with 72092 additions and 25762 deletions

5
vendor/github.com/koding/multiconfig/doc.go generated vendored Normal file
View File

@@ -0,0 +1,5 @@
// Package multiconfig provides a way to load and read configurations from
// multiple sources. You can read from TOML file, JSON file, YAML file, Environment
// Variables and flags. You can set the order of reader with MultiLoader. Package
// is extensible, you can add your custom Loader by implementing the Load interface.
package multiconfig