You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
178 B

package MySwagger
type Simple struct {
QueryID string `json:"query_id" example:"org_school_aggs"`
QueryParam []string `json:"query_param" example:"100,test,2020/07/08"`
}