Skip to content

Commit

Permalink
clarify docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nyobe committed Jan 23, 2025
1 parent b3fd85d commit d5f036c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Provider interface {
}

// A Rotator enables environments to rotate a secret.
// Rotators persist internal state by writing back to the environment.
// It is the responsibility of the caller to appropriately persist rotation state (e.g. by writing it back to the environment definition).
type Rotator interface {
// Schema returns the rotator's input, state, and output schemata.
Schema() (inputs, state, outputs *schema.Schema)
Expand Down

0 comments on commit d5f036c

Please sign in to comment.