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