audit

package
v0.0.0-...-d916601 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package audit provides audit log API handlers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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