Versions in this module Expand all Collapse all v1 v1.5.1 May 14, 2026 v1.5.0 May 13, 2026 Changes in this version + type SecretString struct + Value string + func New(v string) SecretString + func (s SecretString) IsEmpty() bool + func (s SecretString) IsEqual(n SecretString) bool + func (s SecretString) MarshalJSON() ([]byte, error) + func (s SecretString) String() string