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

Struct memRegistry

registry/memory.go:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type memRegistry struct {
31 options *Options
32
33 records map[string]map[string]*record
34 watchers map[string]*memWatcher
35
36 sync.RWMutex
37}
38
39func NewMemoryRegistry(opts ...Option) Registry {
40 options := NewOptions(opts...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected