docs: package doc string for secret

This commit is contained in:
decentral1se 2021-09-04 23:29:05 +02:00
parent ba7b18f703
commit fadbbabe09
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Package secret provides functionality for generating and storing secrets
// both in a remote swarm and locally within supported storage such as pass
// stores.
package secret
import (