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

Struct watcher

config/default.go:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type watcher struct {
27 lw loader.Watcher
28 rd reader.Reader
29 value reader.Value
30 path []string
31}
32
33func newConfig(opts ...Option) (Config, error) {
34 var c config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected