MCPcopy Create free account
hub / github.com/cloudwan/gohan / Delete

Method Delete

sync/sync.go:36–36  ·  view source on GitHub ↗
(path string, prefix bool)

Source from the content-addressed store, hash-verified

34 Fetch(path string) (*Node, error)
35 Update(path, json string) error
36 Delete(path string, prefix bool) error
37 // Watch monitors changes on path and emits Events to responseChan.
38 // Close stopChan to cancel.
39 // You can specify the revision to start watching,

Callers 15

MapRouteBySchemaFunction · 0.65
server_test.goFile · 0.65
clearTableFunction · 0.65
syncEventMethod · 0.65
clearTableFunction · 0.65
DeleteMethod · 0.65
TestFetchFunction · 0.65
TestFetchMultipleNodesFunction · 0.65
TestRecursiveUpdateFunction · 0.65

Implementers 5

Syncsync/etcd/etcd.go
MockSyncsync/mocks/sync_mock.go
MockSyncMockRecordersync/mocks/sync_mock.go
Syncsync/noop/noop.go
Syncsync/etcdv3/etcd.go

Calls

no outgoing calls

Tested by 14

clearTableFunction · 0.52
clearTableFunction · 0.52
TestFetchFunction · 0.52
TestFetchMultipleNodesFunction · 0.52
TestRecursiveUpdateFunction · 0.52
TestNonEmptyUpdateFunction · 0.52
TestEmptyUpdateFunction · 0.52
TestRecursiveUpdateFunction · 0.52
TestLockUnblockingFunction · 0.52
TestLockBlockingFunction · 0.52
TestWatchFunction · 0.52
TestWatchWithRevisionFunction · 0.52