(ctx context.Context, serviceId string, page, pageSize int)
| 19 | Accept(ctx context.Context, serviceId string, id string, commits string) error |
| 20 | Publish(ctx context.Context, serviceId string, id string) error |
| 21 | List(ctx context.Context, serviceId string, page, pageSize int) ([]*dto.Publish, int64, error) |
| 22 | Detail(ctx context.Context, serviceId string, id string) (*dto.PublishDetail, error) |
| 23 | PublishStatuses(ctx context.Context, serviceId string, id string) ([]*dto.PublishStatus, error) |
| 24 | } |
no outgoing calls
no test coverage detected