Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option struct { keyoption.Option SignMode bool // Verify the digests Verify bool // Recursively sign component versions Recursively bool // SignatureNames is a list of signatures to handle (only the first one // will be used for signing SignatureNames []string Update bool Signer signing.Signer UseTSA bool TSAUrl string Hash hashoption.Option Keyless bool // contains filtered or unexported fields }
func From ¶
func From(o options.OptionSetProvider) *Option
func (*Option) ApplySigningOption ¶
Click to show internal directories.
Click to hide internal directories.