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

Method LatestProxy

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

Source from the content-addressed store, hash-verified

26
27 ListLatestCommitProxy(ctx context.Context, aid ...string) ([]*commit.Commit[Proxy], error)
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

Callers 1

DetailMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected