Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
type
ConfProvider
interface
{
50
ReadBytes() ([]byte, error)
51
Read() (
map
[string]
interface
{}, error)
52
}
53
54
// ConfigProvider provides contract.ConfigAccessor to the core.
Callers
1
TestRemote
Function · 0.65
Implementers
1
ETCD
config/remote/etcd/etcd.go
Calls
no outgoing calls
Tested by
1
TestRemote
Function · 0.52