MCPcopy
hub / github.com/CodisLabs/codis / Read

Method Read

pkg/models/client.go:20–20  ·  view source on GitHub ↗
(path string, must bool)

Source from the content-addressed store, hash-verified

18 Delete(path string) error
19
20 Read(path string, must bool) ([]byte, error)
21 List(path string, must bool) ([]string, error)
22
23 Close() error

Callers 13

fillMethod · 0.65
ReadMethod · 0.65
ReadMethod · 0.65
LoadTopomFunction · 0.65
LoadSlotMappingMethod · 0.65
ListGroupMethod · 0.65
LoadGroupMethod · 0.65
ListProxyMethod · 0.65
LoadProxyMethod · 0.65
LoadSentinelMethod · 0.65
ReloadMethod · 0.65

Implementers 3

Clientpkg/models/etcd/etcdclient.go
Clientpkg/models/zk/zkclient.go
Clientpkg/models/fs/fsclient.go

Calls

no outgoing calls

Tested by

no test coverage detected