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

Method List

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

Source from the content-addressed store, hash-verified

21
22 GetRunningApiDocCommits(ctx context.Context, serviceIds ...string) ([]string, error)
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)

Callers 5

GetRunningListMethod · 0.65
GetCommitsMethod · 0.65
ListMethod · 0.65
GetReleaseInfosMethod · 0.65

Implementers 1

imlReleaseServiceservice/release/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected