Documentation
¶
Index ¶
- func PrintCertificateMap(w io.Writer, v []config.CertificateReference) error
- func PrintKeyMap(w io.Writer, target string, v []config.KeySuite) error
- func PrintPlugins(w io.Writer, v []*manager.Plugin) error
- func PrintVerificationResults(w io.Writer, v []*verification.SignatureVerificationOutcome, resultErr error, ...) error
- type CountWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintCertificateMap ¶
func PrintCertificateMap(w io.Writer, v []config.CertificateReference) error
func PrintVerificationResults ¶
func PrintVerificationResults(w io.Writer, v []*verification.SignatureVerificationOutcome, resultErr error, digest string) error
Types ¶
type CountWriter ¶
CountWriter counts the written bytes
func NewCountWriter ¶
func NewCountWriter(w io.Writer) *CountWriter
NewCountWriter generates a new writer
Click to show internal directories.
Click to hide internal directories.