MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / CheckPublish

Method CheckPublish

controller/publish/publish.go:16–16  ·  view source on GitHub ↗
(ctx *gin.Context, serviceId string, releaseId string)

Source from the content-addressed store, hash-verified

14
15type 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)

Callers 1

CheckPublishMethod · 0.65

Implementers 1

imlPublishControllercontroller/publish/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected