Documentation ¶
Index ¶
- type Secret
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Secret ¶
type Secret []byte
func FromString ¶ added in v0.1.7
func (*Secret) MarshalJSON ¶
func (*Secret) MarshalYAML ¶
func (*Secret) UnmarshalJSON ¶
func (*Secret) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.