package models type Get struct { Path string `json:"path"` Query *Query `json:"query,omitempty"` }