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

Struct imlCertificateService

service/certificate/service.go:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type imlCertificateService struct {
36 store certificate.ICertificateStore `autowired:""`
37 file certificate.ICertificateFileStore `autowired:""`
38}
39
40func (s *imlCertificateService) Delete(ctx context.Context, id string) error {
41 return s.store.Transaction(ctx, func(ctx context.Context) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected