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.
Click to show internal directories.
Click to hide internal directories.