MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / CommitDoc

Method CommitDoc

service/api-doc/service.go:22–22  ·  view source on GitHub ↗
(ctx context.Context, serviceId string, data *Doc)

Source from the content-addressed store, hash-verified

20 GetDoc(ctx context.Context, serviceId string) (*Doc, error)
21
22 CommitDoc(ctx context.Context, serviceId string, data *Doc) error
23
24 APICountByServices(ctx context.Context, serviceIds ...string) (map[string]int64, error)
25

Callers 1

CreateMethod · 0.65

Implementers 1

imlAPIDocServiceservice/api-doc/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected