(ctx *gin.Context, serviceId string, releaseId string)
| 14 | |
| 15 | type IPublishController interface { |
| 16 | CheckPublish(ctx *gin.Context, serviceId string, releaseId string) (*dto.DiffOut, error) |
| 17 | ReleaseDo(ctx *gin.Context, serviceId string, input *dto.ApplyOnReleaseInput) (*dto.Publish, error) |
| 18 | ApplyOnRelease(ctx *gin.Context, serviceId string, input *dto.ApplyOnReleaseInput) (*dto.Publish, error) |
| 19 | Apply(ctx *gin.Context, serviceId string, input *dto.ApplyInput) (*dto.Publish, error) |
no outgoing calls
no test coverage detected