Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶
type Attributes struct {
Request *Request `json:"request"`
}
type Client ¶
type Client struct { *httpclient.Client // contains filtered or unexported fields }
func NewDefault ¶
func NewDefault() *Client
type Input ¶
type Input struct { ParsedQuery *ParseQuery `json:"parsed_query"` ParsedPath []string `json:"parsed_path"` Attributes *Attributes `json:"attributes"` }
type InputGenerator ¶
type ParseQuery ¶
type ParseQuery struct {
ProjectName []string `json:"projectName"`
}
Click to show internal directories.
Click to hide internal directories.