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