(ctx context.Context, commitId ...string)
| 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) |
no outgoing calls
no test coverage detected