(ctx context.Context, serviceId ...string)
| 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) |
no outgoing calls
no test coverage detected