config: add default config
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
53654185ba
commit
112f21006c
@ -9,6 +9,10 @@ import (
|
||||
"github.com/unistack-org/micro/v3/config/source"
|
||||
)
|
||||
|
||||
var (
|
||||
DefaultConfig Config
|
||||
)
|
||||
|
||||
// Config is an interface abstraction for dynamic configuration
|
||||
type Config interface {
|
||||
// provide the reader.Values interface
|
||||
|
Loading…
Reference in New Issue
Block a user