Versions in this module Expand all Collapse all v0 v0.0.2 Sep 5, 2024 Changes in this version + type Secret []byte + func (k *Secret) Bytes() []byte + func (k *Secret) Empty() bool + func (k *Secret) MarshalJSON() (data []byte, err error) + func (k *Secret) MarshalYAML() (data any, err error) + func (k *Secret) Pem(password string) (data []byte, err error) + func (k *Secret) Pointer() *string + func (k *Secret) String() string + func (k *Secret) UnmarshalJSON(data []byte) (err error) + func (k *Secret) UnmarshalYAML(data *yaml.Node) (err error)