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

Method ListForPartition

controller/certificate/iml.go:25–27  ·  view source on GitHub ↗
(ctx *gin.Context)

Source from the content-addressed store, hash-verified

23}
24
25func (c *imlCertificate) ListForPartition(ctx *gin.Context) ([]*certificate_dto.Certificate, error) {
26 return c.module.List(ctx)
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)

Callers

nothing calls this directly

Calls 1

ListMethod · 0.65

Tested by

no test coverage detected