package
0.0.0-20241221030613-b13cd56408ac
Repository: https://github.com/nana4rider/remote-switch.git
Documentation: pkg.go.dev

# Functions

AddComputerHook registers your hook function for all future operations.
ComputerExists checks if the Computer row exists.
Computers retrieves all the records using an executor.
FindComputer 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
ComputerRels 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

# Structs

Computer is an object representing the database table.

# Type aliases

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