Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewListSecretsCommand ¶
func NewListSecretsCommand() cmd.Command
NewListSecretsCommand returns a command to list secrets metadata.
Types ¶
type ListSecretsAPI ¶
type ListSecretsAPI interface { ListSecrets(bool) ([]apisecrets.SecretDetails, error) Close() error }
ListSecretsAPI is the secrets client API.
Click to show internal directories.
Click to hide internal directories.