audit

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuditLogAttributes

type AuditLogAttributes struct {
	Username    string `json:"username"`
	App         string `json:"app"`
	Action      string `json:"action"`
	Model       string `json:"model"`
	StatusCode  int    `json:"status_code" table:"Status Code"`
	IP          string `json:"ip" table:"IP"`
	Description string `json:"description"`
	AddedAt     string `json:"added_at" table:"Added At"`
}

func GetAuditLogList

func GetAuditLogList(ac *client.AlpaconClient, pageSize int, userName string, app string, model string) ([]AuditLogAttributes, error)

type AuditLogEntry

type AuditLogEntry struct {
	ID          string             `json:"id"`
	User        *types.UserSummary `json:"user"`
	Username    string             `json:"username"`
	IP          string             `json:"ip"`
	App         string             `json:"app"`
	Action      string             `json:"action"`
	StatusCode  int                `json:"status_code"`
	AddedAt     time.Time          `json:"added_at"`
	Model       string             `json:"model"`
	Description string             `json:"description"`
}

Jump to

Keyboard shortcuts

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