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

Struct imlCertificate

controller/certificate/iml.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type imlCertificate struct {
14 module certificate.ICertificateModule `autowired:""`
15}
16
17func (c *imlCertificate) Create(ctx *gin.Context, create *certificate_dto.FileInput) error {
18 return c.module.Create(ctx, create)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected