secret

package
v0.0.0-...-462a767 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RedactedValue string = "__redacted__"

Functions

This section is empty.

Types

type Secret

type Secret[T any] interface {
	fmt.Stringer
	yaml.BytesMarshaler
	SecretValue() T
}

type String

type String string

func (String) MarshalYAML

func (s String) MarshalYAML() ([]byte, error)

yaml.BytesMarshaler

func (String) SecretValue

func (s String) SecretValue() string

func (String) String

func (s String) String() string

fmt.Stringer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL