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

Method GetCommits

service/release/service.go:25–25  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

23 List(ctx context.Context, service string) ([]*Release, error)
24 GetReleaseInfos(ctx context.Context, id string) ([]*APICommit, []*APICommit, *APICommit, []*UpstreamCommit, *ServiceCommit, error)
25 GetCommits(ctx context.Context, id string) ([]*ProjectCommits, error)
26 //GetRunningApiDocCommits(ctx context.Context, serviceIds ...string) ([]string, error)
27 GetRunningApiProxyCommit(ctx context.Context, service string, apiUUID string) (string, error)
28 Completeness(partitions []string, apis []string, requestCommits []*commit.Commit[api.Request], proxyCommits []*commit.Commit[api.Proxy], upstreamCommits []*commit.Commit[upstream.Config]) bool

Callers 2

getReleaseInfoMethod · 0.65
getProjectReleaseMethod · 0.65

Implementers 1

imlReleaseServiceservice/release/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected