package
0.0.0-20250115210825-539825ce24df
Repository: https://github.com/dimo-network/vehicle-events-api.git
Documentation: pkg.go.dev

# Functions

AddDeveloperLicenseHook registers your hook function for all future operations.
AddEventHook registers your hook function for all future operations.
AddEventLogHook registers your hook function for all future operations.
AddEventVehicleHook registers your hook function for all future operations.
DeveloperLicenseExists checks if the DeveloperLicense row exists.
DeveloperLicenses retrieves all the records using an executor.
EventExists checks if the Event row exists.
EventLogExists checks if the EventLog row exists.
EventLogs retrieves all the records using an executor.
Events retrieves all the records using an executor.
EventVehicleExists checks if the EventVehicle row exists.
EventVehicles retrieves all the records using an executor.
FindDeveloperLicense retrieves a single record by ID with an executor.
FindEvent retrieves a single record by ID with an executor.
FindEventLog retrieves a single record by ID with an executor.
FindEventVehicle retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.

# Variables

No description provided by the author
DeveloperLicenseRels is where relationship names are stored.
No description provided by the author
No description provided by the author
ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
No description provided by the author
EventLogRels is where relationship names are stored.
No description provided by the author
No description provided by the author
EventRels is where relationship names are stored.
No description provided by the author
No description provided by the author
EventVehicleRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

DeveloperLicense is an object representing the database table.
Event is an object representing the database table.
EventLog is an object representing the database table.
EventVehicle is an object representing the database table.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
M type is for providing columns and column values to UpdateAll.