MCPcopy Create free account
hub / github.com/openclaw/gogcli / DocumentBackend

Interface DocumentBackend

internal/docssed/executor.go:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type DocumentBackend interface {
28 Get(context.Context, string) (*docs.Document, error)
29 BatchUpdate(context.Context, string, []*docs.Request) (*docs.BatchUpdateDocumentResponse, error)
30}
31
32type Executor struct {
33 backend DocumentBackend

Callers 16

TestRepositoryLifecycleFunction · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
runDocsReplaceAllFunction · 0.65

Implementers 4

fakeDocumentBackendinternal/docssed/executor_test.go
Executorinternal/docssed/executor.go
serviceDocumentBackendinternal/docssed/executor.go
deferredBulletBackendinternal/docssed/nesting_test.go

Calls

no outgoing calls

Tested by

no test coverage detected