Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddOpts ¶
type AddOpts struct {
InputPath string
InputStore sops.Store
OutputStore sops.Store
Group sops.KeyGroup
GroupThreshold int
InPlace bool
KeyServices []keyservice.KeyServiceClient
DecryptionOrder []string
}
AddOpts are the options for adding a key group to a SOPS file
type DeleteOpts ¶
type DeleteOpts struct {
InputPath string
InputStore sops.Store
OutputStore sops.Store
Group uint
GroupThreshold int
InPlace bool
KeyServices []keyservice.KeyServiceClient
DecryptionOrder []string
}
DeleteOpts are the options for deleting a key group from a SOPS file
Click to show internal directories.
Click to hide internal directories.