7 lines
103 B
Go
7 lines
103 B
Go
package models
|
|
|
|
type Get struct {
|
|
Path string `json:"path"`
|
|
Query *Query `json:"query,omitempty"`
|
|
}
|