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

Method Create

controller/certificate/iml.go:17–19  ·  view source on GitHub ↗
(ctx *gin.Context, create *certificate_dto.FileInput)

Source from the content-addressed store, hash-verified

15}
16
17func (c *imlCertificate) Create(ctx *gin.Context, create *certificate_dto.FileInput) error {
18 return c.module.Create(ctx, create)
19}
20
21func (c *imlCertificate) Update(ctx *gin.Context, id string, edit *certificate_dto.FileInput) error {
22 return c.module.Update(ctx, id, edit)

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.65

Tested by

no test coverage detected