MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlPublishController

Struct imlPublishController

controller/publish/iml.go:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type imlPublishController struct {
18 publishModule publish.IPublishModule `autowired:""`
19 releaseModule release.IReleaseModule `autowired:""`
20}
21
22func (c *imlPublishController) ReleaseDo(ctx *gin.Context, serviceId string, input *dto.ApplyOnReleaseInput) (*dto.Publish, error) {
23 newReleaseId, err := c.releaseModule.Create(ctx, serviceId, &dto2.CreateInput{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected