(ctx context.Context, id, clusterId string, key, cert []byte)
| 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 | } |
| 34 |
no outgoing calls
no test coverage detected