model/response/response.go @@ -153,4 +153,8 @@ PlanResponse struct { List []*model.Plan `json:"list"` } ServiceContractsResponse struct { List []*model.ServiceContract `json:"list"` } )