Initial import
This commit is contained in:
8
doc.go
Normal file
8
doc.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// Package secret implements secret storage providers.
|
||||
//
|
||||
// # Providers
|
||||
//
|
||||
// Providers of secrets accept a string as key and return a byte slice as result
|
||||
// for the secret. It is up to the consumers of this package how to interpret
|
||||
// the bytes. In most cases, the byte slice can be converted to a string.
|
||||
package secret
|
Reference in New Issue
Block a user