fields

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 30, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package fields holds the logical field-name constants used to build search queries. Each repository maps these camelCase names to its snake_case DB columns in a fieldMapping, so query filters never carry raw column strings.

Index

Constants

View Source
const (
	ID           = "id"
	Timestamp    = "timestamp"
	RealmID      = "realmId"
	ActorID      = "actorId"
	ActorType    = "actorType"
	ResourceType = "resourceType"
	ResourceID   = "resourceId"
	Action       = "action"
	RequestID    = "requestId"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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