(ctx context.Context, clusterId string)
| 28 | type ICertificateService interface { |
| 29 | Get(ctx context.Context, id string) (*Certificate, *File, error) |
| 30 | List(ctx context.Context, clusterId string) ([]*Certificate, error) |
| 31 | Save(ctx context.Context, id, clusterId string, key, cert []byte) (*Certificate, error) |
| 32 | Delete(ctx context.Context, id string) error |
| 33 | } |
no outgoing calls
no test coverage detected