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

This commit is contained in:
kever
2026-01-15 22:11:33 +08:00
parent ed8c3d55b8
commit fe67f09e72
19 changed files with 333 additions and 318 deletions

View File

@@ -105,8 +105,8 @@ var (
{Name: "attribute", Type: field.TypeString, Size: 255},
{Name: "remark", Type: field.TypeString, Size: 255},
{Name: "raw_json", Type: field.TypeString, Size: 255},
{Name: "set_content_json", Type: field.TypeString, Size: 255},
{Name: "set_update_time", Type: field.TypeTime, Nullable: true},
{Name: "content_json_set", Type: field.TypeString, Size: 255},
{Name: "update_time_set", Type: field.TypeTime, Nullable: true},
}
// EpicHeroInfosTable holds the schema information for the "epic_hero_infos" table.
EpicHeroInfosTable = &schema.Table{