add initial application structure with configuration, logging, and health check endpoints

This commit is contained in:
kever
2026-01-15 22:48:28 +08:00
parent fe67f09e72
commit 2efefc7e05
24 changed files with 178 additions and 83 deletions

View File

@@ -48,7 +48,7 @@ const (
// FieldUpdateTimeSet holds the string denoting the update_time_set field in the database.
FieldUpdateTimeSet = "update_time_set"
// Table holds the table name of the epicheroinfo in the database.
Table = "epic_hero_infos"
Table = "epic_hero_info"
)
// Columns holds all SQL columns for epicheroinfo fields.