(ctx context.Context, service string, id string)
| 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) |
| 40 | } |
| 41 |
no outgoing calls
no test coverage detected