(orgID, username string)
| 13 | // concrete *configstore.ConfigStore satisfies it). |
| 14 | type secretStore interface { |
| 15 | ListOrgUserSecrets(orgID, username string) ([]configstore.OrgUserSecret, error) |
| 16 | DeleteOrgUserSecret(orgID, username, secretName string) (bool, error) |
| 17 | } |
| 18 |
no outgoing calls
no test coverage detected