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