package proto type GetVersionRsp struct { Current string `json:"current"` Latest string `json:"latest"` } type GetPreviewRsp struct { Enabled bool `json:"enabled"` } type SetPreviewReq struct { Enable bool `validate:"omitempty"` }