Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonUnmarshaller ¶
type JsonUnmarshaller struct { }
func NewJsonUnmarshaller ¶
func NewJsonUnmarshaller() *JsonUnmarshaller
func (*JsonUnmarshaller) Unmarshal ¶
func (*JsonUnmarshaller) Unmarshal(bytes []byte) ([]types.SecretTemplate, types.Format, error)
type ReCreateJsonSealedSecretUnmarshaller ¶
type ReCreateJsonSealedSecretUnmarshaller struct {
// contains filtered or unexported fields
}
func NewReCreateJsonSealedSecretUnmarshaller ¶
func NewReCreateJsonSealedSecretUnmarshaller() *ReCreateJsonSealedSecretUnmarshaller
func (*ReCreateJsonSealedSecretUnmarshaller) Unmarshal ¶
func (reCreateJsonSealedSecretUnmarshaller *ReCreateJsonSealedSecretUnmarshaller) Unmarshal(bytes []byte) ([]types.SecretTemplate, types.Format, error)
type ReCreateJsonUnmarshaller ¶
type ReCreateJsonUnmarshaller struct {
// contains filtered or unexported fields
}
func NewReCreateJsonUnmarshaller ¶
func NewReCreateJsonUnmarshaller() *ReCreateJsonUnmarshaller
func (*ReCreateJsonUnmarshaller) Unmarshal ¶
func (reCreateJsonUnmarshaller *ReCreateJsonUnmarshaller) Unmarshal(bytes []byte) ([]types.SecretTemplate, types.Format, error)
type ReCreateYamlSealedSecretUnmarshaller ¶
type ReCreateYamlSealedSecretUnmarshaller struct {
// contains filtered or unexported fields
}
func NewReCreateYamlSealedSecretUnmarshaller ¶
func NewReCreateYamlSealedSecretUnmarshaller() *ReCreateYamlSealedSecretUnmarshaller
func (*ReCreateYamlSealedSecretUnmarshaller) Unmarshal ¶
func (reCreateYamlSealedSecretUnmarshaller *ReCreateYamlSealedSecretUnmarshaller) Unmarshal(bytes []byte) ([]types.SecretTemplate, types.Format, error)
type ReCreateYamlUnmarshaller ¶
type ReCreateYamlUnmarshaller struct {
// contains filtered or unexported fields
}
func NewReCreateYamlUnmarshaller ¶
func NewReCreateYamlUnmarshaller() *ReCreateYamlUnmarshaller
func (*ReCreateYamlUnmarshaller) Unmarshal ¶
func (reCreateYamlUnmarshaller *ReCreateYamlUnmarshaller) Unmarshal(bytes []byte) ([]types.SecretTemplate, types.Format, error)
type YamlUnmarshaller ¶
type YamlUnmarshaller struct { }
func NewYamlUnmarshaller ¶
func NewYamlUnmarshaller() *YamlUnmarshaller
func (*YamlUnmarshaller) Unmarshal ¶
func (*YamlUnmarshaller) Unmarshal(bytes []byte) ([]types.SecretTemplate, types.Format, error)
Click to show internal directories.
Click to hide internal directories.