package
0.0.0-20230101183712-202847b4b89b
Repository: https://github.com/corestoreio/csfw.git
Documentation: pkg.go.dev
# Functions
NewAthletes creates a new initialized collection.
NewAthleteTeamMembers creates a new initialized collection.
NewAthleteTeams creates a new initialized collection.
NewCustomerAddressEntities creates a new initialized collection.
NewCustomerEntities creates a new initialized collection.
NewDBManager returns a goified version of the MySQL/MariaDB table schema for the tables: athlete, athlete_team, athlete_team_member, customer_address_entity, customer_entity Auto generated by dmlgen.
# Constants
TableName constants define the names of all tables.
TableName constants define the names of all tables.
TableName constants define the names of all tables.
TableName constants define the names of all tables.
TableName constants define the names of all tables.
# Structs
Athlete represents a single row for DB table athlete.
Athletes represents a collection type for DB table athlete Not thread safe.
AthleteTeam represents a single row for DB table athlete_team.
AthleteTeamMember represents a single row for DB table athlete_team_member.
AthleteTeamMembers represents a collection type for DB table athlete_team_member Not thread safe.
AthleteTeams represents a collection type for DB table athlete_team Not thread safe.
CustomerAddressEntities represents a collection type for DB table customer_address_entity Not thread safe.
CustomerAddressEntity represents a single row for DB table customer_address_entity.
CustomerEntities represents a collection type for DB table customer_entity Not thread safe.
CustomerEntity represents a single row for DB table customer_entity.
DBM defines the DataBaseManagement object for the tables athlete, athlete_team, athlete_team_member, customer_address_entity, customer_entity.
DBMOption provides various options to the DBM object.
# Type aliases
Event functions are getting dispatched during before or after handling a collection or an entity.
Event functions are getting dispatched during before or after handling a collection or an entity.
Event functions are getting dispatched during before or after handling a collection or an entity.
Event functions are getting dispatched during before or after handling a collection or an entity.
Event functions are getting dispatched during before or after handling a collection or an entity.