Exemplo n.º 1
0
func (k KeychainSecretStore) GetUsersWithStoredSecrets() ([]string, error) {
	return keychain.GetAccountsForService(k.context.GetStoredSecretServiceName())
}
Exemplo n.º 2
0
func GetUsersWithStoredSecrets() ([]string, error) {
	return keychain.GetAccountsForService(G.Env.GetStoredSecretServiceName())
}
Exemplo n.º 3
0
func GetUsersWithStoredSecrets(c SecretStoreContext) ([]string, error) {
	return keychain.GetAccountsForService(c.GetStoredSecretServiceName())
}