add initial application structure with configuration, logging, and health check endpoints
This commit is contained in:
@@ -19,8 +19,8 @@ type HeroCreateRequest struct {
|
||||
Attribute *string `json:"attribute"`
|
||||
Remark *string `json:"remark"`
|
||||
RawJSON *string `json:"rawJson"`
|
||||
SetContentJSON *string `json:"setContentJson"`
|
||||
SetUpdateTime *time.Time `json:"setUpdateTime"`
|
||||
ContentJSONSet *string `json:"contentJsonSet"`
|
||||
UpdateTimeSet *time.Time `json:"updateTimeSet"`
|
||||
}
|
||||
|
||||
type HeroUpdateRequest struct {
|
||||
@@ -38,6 +38,6 @@ type HeroUpdateRequest struct {
|
||||
Attribute *string `json:"attribute"`
|
||||
Remark *string `json:"remark"`
|
||||
RawJSON *string `json:"rawJson"`
|
||||
SetContentJSON *string `json:"setContentJson"`
|
||||
SetUpdateTime *time.Time `json:"setUpdateTime"`
|
||||
ContentJSONSet *string `json:"contentJsonSet"`
|
||||
UpdateTimeSet *time.Time `json:"updateTimeSet"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user