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

Method SaveRequest

service/api/service.go:36–36  ·  view source on GitHub ↗
(ctx context.Context, aid string, data *Request)

Source from the content-addressed store, hash-verified

34 GetRequestCommit(ctx context.Context, commitId string) (*commit.Commit[Request], error)
35 ListRequestCommit(ctx context.Context, commitId ...string) ([]*commit.Commit[Request], error)
36 SaveRequest(ctx context.Context, aid string, data *Request) error
37 LatestRequest(ctx context.Context, aid string) (*commit.Commit[Request], error)
38
39 //ListLatestCommitPlugin(ctx context.Context, aid ...string) ([]*commit.Commit[Plugin], error)

Callers 1

CreateMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected