package util type ChangeImageUrlReq struct { OldHost string `json:"oldHost"` NewHost string `json:"newHost"` }