Initial import

This commit is contained in:
2025-09-04 14:14:02 +02:00
commit ac609a54c2
19 changed files with 1228 additions and 0 deletions

5
keyring.go Normal file
View File

@@ -0,0 +1,5 @@
package secret
func Keyring(service string) (Provider, error) {
return keyringProvider(service)
}