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

Method Create

controller/release/iml.go:19–23  ·  view source on GitHub ↗
(ctx *gin.Context, project string, input *dto.CreateInput)

Source from the content-addressed store, hash-verified

17}
18
19func (c *imlReleaseController) Create(ctx *gin.Context, project string, input *dto.CreateInput) error {
20
21 _, err := c.module.Create(ctx, project, input)
22 return err
23}
24func (c *imlReleaseController) Delete(ctx *gin.Context, project string, id string) error {
25 return c.module.Delete(ctx, project, id)
26}

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.65

Tested by

no test coverage detected