Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
Options holds options in the form key=value.
func Parse ¶
Parse takes a slice of key=value pairs and returns an Options type. The key may include namespaces, separated by dots. Example: "foo.bar=value". Keys are converted to lower-case.
type SecretString ¶ added in v0.14.0
type SecretString struct {
// contains filtered or unexported fields
}
func NewSecretString ¶ added in v0.14.0
func NewSecretString(s string) SecretString
func (SecretString) GoString ¶ added in v0.14.0
func (s SecretString) GoString() string
func (SecretString) String ¶ added in v0.14.0
func (s SecretString) String() string
func (*SecretString) Unwrap ¶ added in v0.14.0
func (s *SecretString) Unwrap() string
Click to show internal directories.
Click to hide internal directories.