outbound

package
v1.3.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LogIssues

func LogIssues(component, payload string, issues []Issue, extraFields ...any)

LogIssues emits validation findings and does not block send/export workflows.

Types

type Issue

type Issue struct {
	Severity Severity
	Category string
	Field    string
	Message  string
}

func ValidateAttestationRequest

func ValidateAttestationRequest(req *backendclient.AttestationRequest) []Issue

func ValidateNodeUpsertRequest

func ValidateNodeUpsertRequest(req *backendclient.NodeUpsertRequest) []Issue

func ValidateOTLPPayload

func ValidateOTLPPayload(data *converter.OTLPData) []Issue

type Severity

type Severity string
const (
	SeverityWarning  Severity = "warning"
	SeverityCritical Severity = "critical"
)

Jump to

Keyboard shortcuts

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