(key *key.RequestKey)
| 31 | GetKeysV2(tags, keyIds []string, revoked *bool, limit, offset int, name, order string, returnCount bool) (*key.GetKeysResponse, error) |
| 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 |
no outgoing calls
no test coverage detected