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

Method CreateEphemeral

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

Source from the content-addressed store, hash-verified

25 WatchInOrder(path string) (<-chan struct{}, []string, error)
26
27 CreateEphemeral(path string, data []byte) (<-chan struct{}, error)
28 CreateEphemeralInOrder(path string, data []byte) (<-chan struct{}, string, error)
29}
30

Callers 1

RewatchMethod · 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