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

Method ListProxyCommit

service/api/service.go:30–30  ·  view source on GitHub ↗
(ctx context.Context, commitId ...string)

Source from the content-addressed store, hash-verified

28 LatestProxy(ctx context.Context, aid string) (*commit.Commit[Proxy], error)
29 GetProxyCommit(ctx context.Context, commitId string) (*commit.Commit[Proxy], error)
30 ListProxyCommit(ctx context.Context, commitId ...string) ([]*commit.Commit[Proxy], error)
31 SaveProxy(ctx context.Context, aid string, data *Proxy) error
32
33 ListLatestCommitRequest(ctx context.Context, aid ...string) ([]*commit.Commit[Request], error)

Callers 2

getReleaseInfoMethod · 0.65
getProjectReleaseMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected