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

Method GetRunningList

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

Source from the content-addressed store, hash-verified

34 // Return type(s): *Release, error
35 GetRunning(ctx context.Context, service string) (*Release, error)
36 GetRunningList(ctx context.Context, serviceId ...string) ([]*Release, error)
37
38 SetRunning(ctx context.Context, service string, id string) error
39 CheckNewVersion(ctx context.Context, service string, version string) (bool, error)

Callers 1

OnInitMethod · 0.65

Implementers 1

imlReleaseServiceservice/release/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected