package util type Option struct { Value interface{} `json:"value"` Label string `json:"label"` Children []Option `json:"children"` }