package vo type KeyValueVo struct { Value string `json:"value"` Name string `json:"name"` } type EnableVo struct { Id string `json:"id"` Enable bool `json:"enable"` } type Resolution struct { Width int `json:"width"` Height int `json:"height"` }