Documentation
¶
Overview ¶
Package authlog emits bounded authorization audit events through log/slog. Loggers constructed by log use this standard logger type directly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNilLogger = errors.New("authorization audit logger is nil")
Functions ¶
This section is empty.
Types ¶
type Instrumenter ¶
type Instrumenter struct {
// contains filtered or unexported fields
}
func (*Instrumenter) Start ¶
func (instrumenter *Instrumenter) Start( ctx context.Context, ) (context.Context, func(authorization.Event))
Click to show internal directories.
Click to hide internal directories.