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

Struct imlReleaseController

controller/release/iml.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type imlReleaseController struct {
15 module release.IReleaseModule `autowired:""`
16 diffModule service_diff.IServiceDiffModule `autowired:""`
17}
18
19func (c *imlReleaseController) Create(ctx *gin.Context, project string, input *dto.CreateInput) error {
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected