(ctx context.Context)
| 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 | } |
no outgoing calls
no test coverage detected