(ctx context.Context, dr types.DeployRepo)
| 28 | Status(ctx context.Context, dr types.DeployRepo, needDetails bool) (srvName string, status int, instances []types.Instance, err error) |
| 29 | Logs(ctx context.Context, dr types.DeployRepo) (*MultiLogReader, error) |
| 30 | Stop(ctx context.Context, dr types.DeployRepo) (err error) |
| 31 | Purge(ctx context.Context, dr types.DeployRepo) (err error) |
| 32 | Wakeup(ctx context.Context, dr types.DeployRepo) (err error) |
| 33 | Exist(ctx context.Context, dr types.DeployRepo) (bool, error) |
no outgoing calls
no test coverage detected