(ctx context.Context, serviceId string, id string)
| 15 | |
| 16 | Apply(ctx context.Context, serviceId string, input *dto.ApplyInput) (*dto.Publish, error) |
| 17 | Stop(ctx context.Context, serviceId string, id string) error |
| 18 | Refuse(ctx context.Context, serviceId string, id string, commits string) error |
| 19 | Accept(ctx context.Context, serviceId string, id string, commits string) error |
| 20 | Publish(ctx context.Context, serviceId string, id string) error |
no outgoing calls
no test coverage detected