MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / GetRunning

Method GetRunning

service/release/service.go:35–35  ·  view source on GitHub ↗

GetRunning gets the running release with the given service. ctx: the context service: the service name Return type(s): *Release, error

(ctx context.Context, service string)

Source from the content-addressed store, hash-verified

33 // service: the service name
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

Callers 14

DetailMethod · 0.65
ListMethod · 0.65
DeleteMethod · 0.65
PreviewMethod · 0.65
ServiceOverviewMethod · 0.65
updateMCPServerMethod · 0.65
ServicesMethod · 0.65
APIsMethod · 0.65
ServiceDetailMethod · 0.65
GetProjectReleaseMethod · 0.65
ApplyMethod · 0.65
CheckPublishMethod · 0.65

Implementers 1

imlReleaseServiceservice/release/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected