MCPcopy Index your code
hub / github.com/micro/go-micro / Values

Method Values

config/reader/reader.go:13–13  ·  view source on GitHub ↗
(*source.ChangeSet)

Source from the content-addressed store, hash-verified

11type Reader interface {
12 Merge(...*source.ChangeSet) (*source.ChangeSet, error)
13 Values(*source.ChangeSet) (Values, error)
14 String() string
15}
16

Callers 10

TestReaderFunction · 0.95
InitMethod · 0.65
runMethod · 0.65
SyncMethod · 0.65
LoadMethod · 0.65
NextMethod · 0.65
watchMethod · 0.65
reloadMethod · 0.65
SyncMethod · 0.65
GetMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestReaderFunction · 0.76