semantic

package
v0.1.13 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Case

type Case struct {
	ID                string
	Phase             string
	Category          string
	FixturePath       string
	Status            Status
	Reason            string
	VerificationScope string
}

Case describes a fixture created for semantic remediation work.

func Cases

func Cases() []Case

Cases returns the semantic remediation fixture inventory.

type Status

type Status string

Status describes how a semantic remediation fixture should be interpreted.

const (
	StatusPending            Status = "pending"
	StatusActive             Status = "active"
	StatusDocumentedBoundary Status = "documented-boundary"
)

Jump to

Keyboard shortcuts

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