verdict

package
v1.109.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	Package   string  `json:"package"`
	Version   string  `json:"version,omitempty"`
	Verdict   Verdict `json:"verdict"`
	Reason    string  `json:"reason,omitempty"`
	Status    int     `json:"status,omitempty"`
	Timestamp string  `json:"timestamp,omitempty"`
}

func (Entry) Key

func (e Entry) Key() string

type Verdict

type Verdict string
const (
	Blocked Verdict = "blocked"
	Warning Verdict = "warning"
)

Jump to

Keyboard shortcuts

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