package
0.11.0
Repository: https://github.com/robinthrift/stuff.git
Documentation: pkg.go.dev

# Functions

AssetExists checks the presence of a single record by primary key.
AssetFileExists checks the presence of a single record by primary key.
No description provided by the author
AssetPartExists checks the presence of a single record by primary key.
No description provided by the author
AssetPurchaseExists checks the presence of a single record by primary key.
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
FindAsset retrieves a single record by primary key If cols is empty Find will return all columns.
FindAssetFile retrieves a single record by primary key If cols is empty Find will return all columns.
FindAssetPart retrieves a single record by primary key If cols is empty Find will return all columns.
FindAssetPurchase retrieves a single record by primary key If cols is empty Find will return all columns.
FindLocalAuthUser retrieves a single record by primary key If cols is empty Find will return all columns.
FindSession retrieves a single record by primary key If cols is empty Find will return all columns.
FindTag retrieves a single record by primary key If cols is empty Find will return all columns.
FindUser retrieves a single record by primary key If cols is empty Find will return all columns.
FindUserPreference retrieves a single record by primary key If cols is empty Find will return all columns.
LocalAuthUserExists checks the presence of a single record by primary key.
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
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
SessionExists checks the presence of a single record by primary key.
No description provided by the author
No description provided by the author
TagExists checks the presence of a single record by primary key.
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
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
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
UserExists checks the presence of a single record by primary key.
UserPreferenceExists checks the presence of a single record by primary key.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
AssetFiles contains methods to work with the asset_files table.
No description provided by the author
AssetParts contains methods to work with the asset_parts table.
No description provided by the author
AssetPurchases contains methods to work with the asset_purchases table.
Assets contains methods to work with the assets table.
No description provided by the author
AssetsFTS contains methods to work with the assets_fts view.
Categories contains methods to work with the categories view.
No description provided by the author
No description provided by the author
No description provided by the author
CustomAttrNames contains methods to work with the custom_attr_names view.
No description provided by the author
No description provided by the author
No description provided by the author
LocalAuthUsers contains methods to work with the local_auth_users table.
No description provided by the author
Locations contains methods to work with the locations view.
No description provided by the author
Manufacturers contains methods to work with the manufacturers view.
No description provided by the author
Models contains methods to work with the models view.
No description provided by the author
PositionCodes contains methods to work with the position_codes view.
No description provided by the author
No description provided by the author
No description provided by the author
Sessions contains methods to work with the sessions table.
No description provided by the author
Suppliers contains methods to work with the suppliers view.
No description provided by the author
No description provided by the author
Tags contains methods to work with the tags table.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UserPreferences contains methods to work with the user_preferences table.
Users contains methods to work with the users table.

# Structs

Asset is an object representing the database table.
AssetFile is an object representing the database table.
AssetFileSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
AssetPart is an object representing the database table.
AssetPartSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
AssetPurchase is an object representing the database table.
AssetPurchaseSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
AssetSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
AssetsFT is an object representing the database table.
Category is an object representing the database table.
CustomAttrName is an object representing the database table.
LocalAuthUser is an object representing the database table.
LocalAuthUserSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
Location is an object representing the database table.
Manufacturer is an object representing the database table.
Model is an object representing the database table.
PositionCode is an object representing the database table.
Session is an object representing the database table.
SessionSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
Supplier is an object representing the database table.
Tag is an object representing the database table.
TagSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
User is an object representing the database table.
UserPreference is an object representing the database table.
UserPreferenceSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.
UserSetter is used for insert/upsert/update operations All values are optional, and do not have to be set Generated columns are not included.

# Type aliases

AssetFileSlice is an alias for a slice of pointers to AssetFile.
AssetPartSlice is an alias for a slice of pointers to AssetPart.
AssetPurchaseSlice is an alias for a slice of pointers to AssetPurchase.
AssetsFTSlice is an alias for a slice of pointers to AssetsFT.
AssetSlice is an alias for a slice of pointers to Asset.
CategorySlice is an alias for a slice of pointers to Category.
CustomAttrNameSlice is an alias for a slice of pointers to CustomAttrName.
LocalAuthUserSlice is an alias for a slice of pointers to LocalAuthUser.
LocationSlice is an alias for a slice of pointers to Location.
ManufacturerSlice is an alias for a slice of pointers to Manufacturer.
ModelSlice is an alias for a slice of pointers to Model.
PositionCodeSlice is an alias for a slice of pointers to PositionCode.
SessionSlice is an alias for a slice of pointers to Session.
SupplierSlice is an alias for a slice of pointers to Supplier.
TagSlice is an alias for a slice of pointers to Tag.
UserPreferenceSlice is an alias for a slice of pointers to UserPreference.
UserSlice is an alias for a slice of pointers to User.