MCPcopy
hub / github.com/micro/go-micro / config

Struct config

config/default.go:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type config struct {
16 // the current values
17 vals reader.Values
18 exit chan bool
19 // the current snapshot
20 snap *loader.Snapshot
21 opts Options
22
23 sync.RWMutex
24}
25
26type watcher struct {
27 lw loader.Watcher

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected