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

Method List

module/certificate/certificate.go:16–16  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

14 Create(ctx context.Context, create *certificate_dto.FileInput) error
15 Update(ctx context.Context, id string, edit *certificate_dto.FileInput) error
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}

Callers 13

getCertificatesMethod · 0.65
ListMethod · 0.65
DefaultCatalogueMethod · 0.65
ExportAllMethod · 0.65
genCommonWheresMethod · 0.65
SubscribeMethod · 0.65
ServiceDetailMethod · 0.65
ServicesMethod · 0.65
SortMethod · 0.65
SearchMethod · 0.65
CreateMethod · 0.65
EditMethod · 0.65

Implementers 1

imlCertificatemodule/certificate/impl.go

Calls

no outgoing calls

Tested by

no test coverage detected