Documentation ¶
Overview ¶
Package secret lets you add secrests. Language Go makes you write extra.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdSecret ¶
func NewCmdSecret(secretStore SecretStore, t *terminal.Terminal) *cobra.Command
Types ¶
type SecretStore ¶
type SecretStore interface {
CreateSecret(req store.CreateSecretRequest) (*store.CreateSecretRequest, error)
}
Click to show internal directories.
Click to hide internal directories.