gofmt: Replace interface{} with any
Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ package model
|
||||
// SubScenarioResp ...
|
||||
type SubScenarioResp struct {
|
||||
ResponseData SubScenarioRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
ReleaseInfo []any `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user