Documentation ¶
Index ¶
Constants ¶
View Source
const ( Prefix = "pkg.micro" UnmarshalKey = "micro" UnmarshalKeyBind = "micro.bind" )
Variables ¶
View Source
var ( WireSet = wire.NewSet( Provider, Cfg, ) WireTestSet = wire.NewSet( ProviderTest, CfgTest, ) )
Functions ¶
Types ¶
type Config ¶
type Config struct { Debug bool `fallback:"shared.debug"` Name string Version string `default:"latest"` Selector string Bind string // contains filtered or unexported fields }
Config
Click to show internal directories.
Click to hide internal directories.