add initial application structure with configuration, logging, and health check endpoints
This commit is contained in:
@@ -56,7 +56,7 @@ const (
|
||||
// FieldTenantID holds the string denoting the tenant_id field in the database.
|
||||
FieldTenantID = "tenant_id"
|
||||
// Table holds the table name of the gearsetinfo in the database.
|
||||
Table = "gear_set_infos"
|
||||
Table = "gear_set_info"
|
||||
)
|
||||
|
||||
// Columns holds all SQL columns for gearsetinfo fields.
|
||||
|
||||
Reference in New Issue
Block a user