models

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SCA                CategoryTitle = "SCA"
	Secrets            CategoryTitle = "Secrets Detection"
	Licenses           CategoryTitle = "License Compliance"
	EndOfLife          CategoryTitle = "End Of Life"
	Coverage           CategoryTitle = "Coverage"
	Linter             CategoryTitle = "Linter"
	PerformanceTesting CategoryTitle = "Performance Testing"
	UnitTests          CategoryTitle = "Unit Tests"
	Table              Format        = "table"
	JSON               Format        = "json"
)

Variables

Functions

func NewEnforceError

func NewEnforceError(message string) error

Types

type Artifact

type Artifact struct {
	Name     string
	Jobs     []*Job
	Location string
}

type CategoryTitle

type CategoryTitle string

type EnforceError

type EnforceError struct {
	Message string
}

func (*EnforceError) Error

func (e *EnforceError) Error() string

type Format

type Format string

type Job

type Job struct {
	Name    string
	Package string
	Version string
}

Jump to

Keyboard shortcuts

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