Versions in this module Expand all Collapse all v0 v0.2.0 Aug 20, 2026 Changes in this version + const Redacted + var ErrRedacted = errors.New("secret: refusing to load the redaction placeholder as a secret") + type Value struct + func New(b []byte) Value + func (v *Value) UnmarshalJSON(data []byte) error + func (v *Value) UnmarshalText(text []byte) error + func (v Value) Bytes() []byte + func (v Value) Equal(other Value) bool + func (v Value) Format(f fmt.State, verb rune) + func (v Value) GoString() string + func (v Value) IsZero() bool + func (v Value) Len() int + func (v Value) LogValue() slog.Value + func (v Value) MarshalJSON() ([]byte, error) + func (v Value) MarshalText() ([]byte, error) + func (v Value) String() string