(ctx context.Context, id string)
| 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 | |
| 21 | func init() { |
no outgoing calls
no test coverage detected