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 ¶
Source Files
¶
- marshall.go
- pem.go
- secret.go
- unmarshall.go
Click to show internal directories.
Click to hide internal directories.