MCPcopy Create free account
hub / github.com/DoNewsCode/core / Read

Method Read

c.go:51–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49type ConfProvider interface {
50 ReadBytes() ([]byte, error)
51 Read() (map[string]interface{}, error)
52}
53
54// ConfigProvider provides contract.ConfigAccessor to the core.

Callers 1

TestRemoteFunction · 0.65

Implementers 1

ETCDconfig/remote/etcd/etcd.go

Calls

no outgoing calls

Tested by 1

TestRemoteFunction · 0.52