auditlog

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const AuditLogV2URI = "/api/v2/audit_logs"

AuditLogV2URI is the endpoint for the audit logs API.

Variables

This section is empty.

Functions

func GetAuditLogs

GetAuditLogs retrieves audit logs from the API with the given options.

Types

type AuditLogOpts

type AuditLogOpts struct {
	Size   int    `json:"size"`
	Offset int    `json:"offset"`
	Order  string `json:"order"`
}

AuditLogOpts represents options for listing audit logs.

Jump to

Keyboard shortcuts

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