Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JsonReportPrinter = &jsonReportPrinter{}
View Source
var MarkdownReportPrinter = &markdownReportPrinter{}
View Source
var PlaintextReportPrinter = &plaintextReportPrinter{ success: color.Green.Render("success"), failed: color.Red.Render("failed"), }
Functions ¶
func IsVerificationSucceed ¶
func IsVerificationSucceed(v model.EvidenceVerification) bool
Types ¶
type ReportPrinter ¶
type ReportPrinter interface {
Print(result *model.VerificationResponse) error
}
Click to show internal directories.
Click to hide internal directories.