(ctx context.Context, project, id string, status StatusType)
| 23 | Create(ctx context.Context, uuid, project, release, previous, version, remark string, diff *service_diff.Diff) error |
| 24 | |
| 25 | SetStatus(ctx context.Context, project, id string, status StatusType) error |
| 26 | Refuse(ctx context.Context, project, id string, comments string) error |
| 27 | Accept(ctx context.Context, project, id string, comments string) error |
| 28 |
no outgoing calls
no test coverage detected