package
1.0.0
Repository: https://github.com/pojntfx/liwasc.git
Documentation: pkg.go.dev

# Functions

AddGorpMigrationHook registers your hook function for all future operations.
AddNodeHook registers your hook function for all future operations.
AddNodeScanHook registers your hook function for all future operations.
AddPortHook registers your hook function for all future operations.
AddPortScanHook registers your hook function for all future operations.
FindGorpMigration retrieves a single record by ID with an executor.
FindNode retrieves a single record by ID with an executor.
FindNodeScan retrieves a single record by ID with an executor.
FindPort retrieves a single record by ID with an executor.
FindPortScan retrieves a single record by ID with an executor.
GorpMigrationExists checks if the GorpMigration row exists.
GorpMigrations retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
NodeExists checks if the Node row exists.
Nodes retrieves all the records using an executor.
NodeScanExists checks if the NodeScan row exists.
NodeScans retrieves all the records using an executor.
PortExists checks if the Port row exists.
Ports retrieves all the records using an executor.
PortScanExists checks if the PortScan row exists.
PortScans retrieves all the records using an executor.

# Variables

ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
GorpMigrationRels is where relationship names are stored.
No description provided by the author
No description provided by the author
NodeRels is where relationship names are stored.
No description provided by the author
NodeScanRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
PortRels is where relationship names are stored.
No description provided by the author
PortScanRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

GorpMigration is an object representing the database table.
Node is an object representing the database table.
NodeScan is an object representing the database table.
Port is an object representing the database table.
PortScan 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.
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