Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultMask []byte = []byte("***")
Functions ¶
This section is empty.
Types ¶
type SecretStore ¶
type SecretStore struct {
// contains filtered or unexported fields
}
func NewSecretStore ¶ added in v0.0.37
func NewSecretStore(mask []byte) *SecretStore
func (*SecretStore) AddSecrets ¶
func (s *SecretStore) AddSecrets(secrets ...[]byte)
func (*SecretStore) Writer ¶ added in v0.0.37
func (s *SecretStore) Writer(w io.Writer) *maskedWriter
Click to show internal directories.
Click to hide internal directories.