audit

package
v0.0.0-...-36c55c0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package audit provides audit log API handlers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handler

func Handler(
	logger *slog.Logger,
	store auditstore.Store,
	signingKey string,
	customRoles map[string][]string,
) []func(e *echo.Echo)

Handler returns audit route registration functions.

Types

type Audit

type Audit struct {
	// Store persists and retrieves audit log entries.
	Store auditstore.Store
	// contains filtered or unexported fields
}

Audit implementation of the Audit APIs operations.

func New

func New(
	logger *slog.Logger,
	store auditstore.Store,
) *Audit

New factory to create a new instance.

func (*Audit) GetAuditExport

GetAuditExport returns all audit log entries without pagination.

func (*Audit) GetAuditLogByID

GetAuditLogByID returns a single audit log entry by ID.

func (*Audit) GetAuditLogs

GetAuditLogs returns a paginated list of audit log entries.

Directories

Path Synopsis
Package gen provides primitives to interact with the openapi HTTP API.
Package gen provides primitives to interact with the openapi HTTP API.

Jump to

Keyboard shortcuts

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