Skip to content

Commit 38aba65

Browse files
committed
document secret
1 parent 1c0065f commit 38aba65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

secret/secret.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Package secret provides an interface and implementations for secret storage.
2+
// A secret store is passed to the executor, which hydrates execution tasks with
3+
// any secrets that match it.
14
package secret
25

36
// Store describes a type that can securely obtain secrets for services.

0 commit comments

Comments
 (0)