package
0.0.0-20240626155937-d70f794ae20b
Repository: https://github.com/dylanj/yokoy.git
Documentation: pkg.go.dev

# Functions

AddCategoryHook registers your hook function for all future operations.
AddCompanyCardHook registers your hook function for all future operations.
AddCostCenterHook registers your hook function for all future operations.
AddExpenseApproverIDHook registers your hook function for all future operations.
AddExpenseCostCenterHook registers your hook function for all future operations.
AddExpenseEventLogHook registers your hook function for all future operations.
AddExpenseHook registers your hook function for all future operations.
AddExpenseTaxItemHook registers your hook function for all future operations.
AddInvoiceCategoryHook registers your hook function for all future operations.
AddInvoiceHook registers your hook function for all future operations.
AddInvoiceLineItemHook registers your hook function for all future operations.
AddLegalEntityHook registers your hook function for all future operations.
AddPolicyHook registers your hook function for all future operations.
AddSupplierHook registers your hook function for all future operations.
AddTagHook registers your hook function for all future operations.
AddTaxRateHook registers your hook function for all future operations.
AddTripHook registers your hook function for all future operations.
AddUserHook registers your hook function for all future operations.
Categories retrieves all the records using an executor.
CategoryExists checks if the Category row exists.
CompanyCardExists checks if the CompanyCard row exists.
CompanyCards retrieves all the records using an executor.
CostCenterExists checks if the CostCenter row exists.
CostCenters retrieves all the records using an executor.
ExpenseApproverIDExists checks if the ExpenseApproverID row exists.
ExpenseApproverIds retrieves all the records using an executor.
ExpenseCostCenterExists checks if the ExpenseCostCenter row exists.
ExpenseCostCenters retrieves all the records using an executor.
ExpenseEventLogExists checks if the ExpenseEventLog row exists.
ExpenseEventLogs retrieves all the records using an executor.
ExpenseExists checks if the Expense row exists.
Expenses retrieves all the records using an executor.
ExpenseTaxItemExists checks if the ExpenseTaxItem row exists.
ExpenseTaxItems retrieves all the records using an executor.
FindCategory retrieves a single record by ID with an executor.
FindCompanyCard retrieves a single record by ID with an executor.
FindCostCenter retrieves a single record by ID with an executor.
FindExpense retrieves a single record by ID with an executor.
FindExpenseApproverID retrieves a single record by ID with an executor.
FindExpenseCostCenter retrieves a single record by ID with an executor.
FindExpenseEventLog retrieves a single record by ID with an executor.
FindExpenseTaxItem retrieves a single record by ID with an executor.
FindInvoice retrieves a single record by ID with an executor.
FindInvoiceCategory retrieves a single record by ID with an executor.
FindInvoiceLineItem retrieves a single record by ID with an executor.
FindLegalEntity retrieves a single record by ID with an executor.
FindPolicy retrieves a single record by ID with an executor.
FindSupplier retrieves a single record by ID with an executor.
FindTag retrieves a single record by ID with an executor.
FindTaxRate retrieves a single record by ID with an executor.
FindTrip retrieves a single record by ID with an executor.
FindUser retrieves a single record by ID with an executor.
InvoiceCategories retrieves all the records using an executor.
InvoiceCategoryExists checks if the InvoiceCategory row exists.
InvoiceExists checks if the Invoice row exists.
InvoiceLineItemExists checks if the InvoiceLineItem row exists.
InvoiceLineItems retrieves all the records using an executor.
Invoices retrieves all the records using an executor.
LegalEntities retrieves all the records using an executor.
LegalEntityExists checks if the LegalEntity row exists.
NewQuery initializes a new Query using the passed in QueryMods.
Policies retrieves all the records using an executor.
PolicyExists checks if the Policy row exists.
SupplierExists checks if the Supplier row exists.
Suppliers retrieves all the records using an executor.
TagExists checks if the Tag row exists.
Tags retrieves all the records using an executor.
TaxRateExists checks if the TaxRate row exists.
TaxRates retrieves all the records using an executor.
TripExists checks if the Trip row exists.
Trips retrieves all the records using an executor.
No description provided by the author
No description provided by the author
UserExists checks if the User row exists.
Users retrieves all the records using an executor.

# Variables

No description provided by the author
CategoryRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
CompanyCardRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
CostCenterRels 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
ExpenseApproverIDRels 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
ExpenseCostCenterRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
ExpenseEventLogRels is where relationship names are stored.
No description provided by the author
No description provided by the author
ExpenseRels is where relationship names are stored.
No description provided by the author
No description provided by the author
ExpenseTaxItemRels 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
InvoiceCategoryRels 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
InvoiceLineItemRels is where relationship names are stored.
No description provided by the author
No description provided by the author
InvoiceRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
LegalEntityRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
PolicyRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
SupplierRels 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
TagRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
TaxRateRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
TripRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
UserRels 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

Category is an object representing the database table.
CompanyCard is an object representing the database table.
CostCenter is an object representing the database table.
Expense is an object representing the database table.
ExpenseApproverID is an object representing the database table.
ExpenseCostCenter is an object representing the database table.
ExpenseEventLog is an object representing the database table.
ExpenseTaxItem is an object representing the database table.
Invoice is an object representing the database table.
InvoiceCategory is an object representing the database table.
InvoiceLineItem is an object representing the database table.
LegalEntity is an object representing the database table.
Policy is an object representing the database table.
Supplier is an object representing the database table.
Tag is an object representing the database table.
TaxRate is an object representing the database table.
Trip is an object representing the database table.
No description provided by the author
User 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
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
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
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