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

Method Detail

controller/certificate/iml.go:29–31  ·  view source on GitHub ↗
(ctx *gin.Context, id string)

Source from the content-addressed store, hash-verified

27}
28
29func (c *imlCertificate) Detail(ctx *gin.Context, id string) (*certificate_dto.Certificate, *certificate_dto.File, error) {
30 return c.module.Detail(ctx, id)
31}
32
33func (c *imlCertificate) Delete(ctx *gin.Context, id string) (string, error) {
34 err := c.module.Delete(ctx, id)

Callers

nothing calls this directly

Calls 1

DetailMethod · 0.65

Tested by

no test coverage detected