reports

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL