apiv1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CancelStream  = "MULVAL_CANCEL"
	CancelSubject = "mulval.cancel"

	TypeCancel = "dev.cvewatcher.mulval.operation.cancel"
)
View Source
const (
	OperationStream      = "MULVAL_OPERATION"
	OperationSubjectBase = "mulval.operation.update"

	TypeOperationUpdate = "dev.cvewatcher.mulval.operation"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Cancel

type Cancel struct {
	Operation string `json:"operation"`
	Reason    string `json:"reason"`
}

Cancel is the CloudEvent data payload for a cancel request.

type OperationUpdate

type OperationUpdate struct {
	ID string `json:"id"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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