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

Method Delete

module/certificate/certificate.go:18–18  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

16 List(ctx context.Context) ([]*certificate_dto.Certificate, error)
17 Detail(ctx context.Context, id string) (*certificate_dto.Certificate, *certificate_dto.File, error)
18 Delete(ctx context.Context, id string) error
19}
20
21func init() {

Callers 1

DeleteMethod · 0.65

Implementers 1

imlCertificatemodule/certificate/impl.go

Calls

no outgoing calls

Tested by

no test coverage detected