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)
| 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 |
no outgoing calls
no test coverage detected