diff --git a/config/config.go b/config/config.go index 5489e48a..4f67c74b 100644 --- a/config/config.go +++ b/config/config.go @@ -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