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

Method Delete

pkg/models/client.go:18–18  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

16 Create(path string, data []byte) error
17 Update(path string, data []byte) error
18 Delete(path string) error
19
20 Read(path string, must bool) ([]byte, error)
21 List(path string, must bool) ([]string, error)

Callers 6

CloseMethod · 0.65
ReleaseMethod · 0.65
DeleteGroupMethod · 0.65
DeleteProxyMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 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