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

Method Create

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

Source from the content-addressed store, hash-verified

10
11type ICertificateController interface {
12 Create(ctx *gin.Context, create *certificate_dto.FileInput) error
13 Update(ctx *gin.Context, id string, edit *certificate_dto.FileInput) error
14 ListForPartition(ctx *gin.Context) ([]*certificate_dto.Certificate, error)
15 Detail(ctx *gin.Context, id string) (*certificate_dto.Certificate, *certificate_dto.File, error)

Callers 1

CreateMethod · 0.65

Implementers 1

imlCertificatecontroller/certificate/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected