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

@@ -32,7 +32,7 @@ func (EpicHeroInfo) Fields() []ent.Field {
field.String("attribute").MaxLen(255),
field.String("remark").MaxLen(255),
field.String("raw_json").MaxLen(255),
field.String("set_content_json").MaxLen(255),
field.Time("set_update_time").Optional().Nillable(),
field.String("content_json_set").MaxLen(255),
field.Time("update_time_set").Optional().Nillable(),
}
}