Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDecryptor ¶
type MockDecryptor struct{}
MockDecryptor reads the file as plain YAML without any decryption. Used in tests to avoid requiring a real age key.
type SopsDecryptor ¶
type SopsDecryptor struct {
KeyFile string
}
SopsDecryptor decrypts and re-encrypts sops+age .ward files using the sops Go library.
Click to show internal directories.
Click to hide internal directories.