Documentation
¶
Overview ¶
Package audit records approval and tool execution events.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
// Type describes the event kind.
Type string
// Tool is the tool name.
Tool string
// CorrelationID links related events.
CorrelationID string
// Decision is the approval decision.
Decision string
// Reason provides additional context.
Reason string
}
Event represents an audit entry for tool execution and approvals.
Click to show internal directories.
Click to hide internal directories.