(id string)
| 32 | UpdateKey(id string, key *key.UpdateKey) (*key.ResponseKey, error) |
| 33 | CreateKey(key *key.RequestKey) (*key.ResponseKey, error) |
| 34 | DeleteKey(id string) error |
| 35 | } |
| 36 | |
| 37 | type KeyReportingManager interface { |
no outgoing calls
no test coverage detected