MCPcopy Index your code
hub / github.com/CodisLabs/codis / Create

Method Create

pkg/models/client.go:16–16  ·  view source on GitHub ↗
(path string, data []byte)

Source from the content-addressed store, hash-verified

14
15type Client interface {
16 Create(path string, data []byte) error
17 Update(path string, data []byte) error
18 Delete(path string) error
19

Callers 3

AcquireMethod · 0.65
mkdirMethod · 0.65
createMethod · 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