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

Method Get

config/reader/reader.go:20–20  ·  view source on GitHub ↗
(path ...string)

Source from the content-addressed store, hash-verified

18type Values interface {
19 Bytes() []byte
20 Get(path ...string) (Value, error)
21 Set(val interface{}, path ...string)
22 Del(path ...string)
23 Map() map[string]interface{}

Callers 12

MarshalMethod · 0.65
TestConfigMergeFunction · 0.65
GetMethod · 0.65
NextMethod · 0.65
GetFunction · 0.65
TestReaderFunction · 0.65
TestValuesFunction · 0.65
TestStructArrayFunction · 0.65
ReadMethod · 0.65
updateMethod · 0.65
GetMethod · 0.65

Implementers 2

configconfig/default.go
jsonValuesconfig/reader/json/values.go

Calls

no outgoing calls

Tested by 5

TestConfigMergeFunction · 0.52
TestReaderFunction · 0.52
TestValuesFunction · 0.52
TestStructArrayFunction · 0.52