(tags, keyIds []string, provider string)
| 17 | |
| 18 | type Storage interface { |
| 19 | GetKeys(tags, keyIds []string, provider string) ([]*key.ResponseKey, error) |
| 20 | GetKeysV2(tags, keyIds []string, revoked *bool, limit, offset int, name, order string, returnCount bool) (*key.GetKeysResponse, error) |
| 21 | UpdateKey(id string, key *key.UpdateKey) (*key.ResponseKey, error) |
| 22 | CreateKey(key *key.RequestKey) (*key.ResponseKey, error) |
no outgoing calls
no test coverage detected