Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretValue ¶
type SecretValue struct {
// contains filtered or unexported fields
}
func (*SecretValue) IsSet ¶
func (s *SecretValue) IsSet() bool
func (*SecretValue) ReadSecret ¶
func (s *SecretValue) ReadSecret(prompt, confirmPrompt string) (string, error)
func (*SecretValue) Set ¶
func (s *SecretValue) Set(arg string) error
func (*SecretValue) String ¶
func (s *SecretValue) String() string
func (*SecretValue) Type ¶
func (s *SecretValue) Type() string
Click to show internal directories.
Click to hide internal directories.