Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(configFilename, outputFormat, outputDir string) (Serializer, EncryptUpdater, error)
New creates an instance of Serializer and EncryptUpdater
Types ¶
type EncryptUpdater ¶
type EncryptUpdater interface {
// contains filtered or unexported methods
}
EncryptUpdater encrypts raw secrets and updates encrypted secrets
type Serializer ¶
type Serializer interface {
// contains filtered or unexported methods
}
Serializer reads and transforms objects into a serialized outputFormat and back.
Click to show internal directories.
Click to hide internal directories.