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

Method Get

internal/docssed/executor.go:28–28  ·  view source on GitHub ↗
(context.Context, string)

Source from the content-addressed store, hash-verified

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

Implementers 4

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

Calls

no outgoing calls