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

Method CheckPublish

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

Source from the content-addressed store, hash-verified

79}
80
81func (c *imlPublishController) CheckPublish(ctx *gin.Context, serviceId string, releaseId string) (*dto.DiffOut, error) {
82 return c.publishModule.CheckPublish(ctx, serviceId, releaseId)
83}
84
85func (c *imlPublishController) Close(ctx *gin.Context, serviceId string, id string) error {
86 err := c.publishModule.Stop(ctx, serviceId, id)

Callers

nothing calls this directly

Calls 1

CheckPublishMethod · 0.65

Tested by

no test coverage detected