Skip to content

Commit

Permalink
Update comp/core/secrets/secretsimpl/walker.go
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Gimalac <[email protected]>
  • Loading branch information
hush-hush and pgimalac authored Nov 29, 2023
1 parent 05b06ef commit cd16cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comp/core/secrets/secretsimpl/walker.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type resolverCallback func([]string, string) (string, error)
type walker struct {
// resolver is called to fetch the value of a handle
resolver resolverCallback
// notifier is call each time a key from the YAML is updated. This is use by DecryptWithCallback.
// notifier is called each time a key from the YAML is updated. This is used by DecryptWithCallback.
//
// When a slice is updated, this will be called once with the final slice content.
notifier secrets.DecryptCallback
Expand Down

0 comments on commit cd16cf1

Please sign in to comment.