Documentation
¶
Overview ¶
Package audit appends to the append-only events table (plan §5.8). It never records secret values — callers pass already-redacted detail strings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Actor string
IP string
Action string
Target string
Outcome Outcome
Level Level
Detail string
}
Event is one audit record.
Click to show internal directories.
Click to hide internal directories.