MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Save

Method Save

service/service-doc/service.go:14–14  ·  view source on GitHub ↗
(ctx context.Context, input *SaveDoc)

Source from the content-addressed store, hash-verified

12type IDocService interface {
13 Get(ctx context.Context, sid string) (*Doc, error)
14 Save(ctx context.Context, input *SaveDoc) error
15 List(ctx context.Context, sids ...string) ([]*Doc, error)
16 Map(ctx context.Context, sids ...string) (map[string]*Doc, error)
17 IDocCommitService

Callers 4

CommitStrategyMethod · 0.65
CommitDocMethod · 0.65
SaveMethod · 0.65
UpdateSubscribeStatusMethod · 0.65

Implementers 1

imlDocServiceservice/service-doc/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected