Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶ added in v1.7.0
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 ¶ added in v1.7.0
type Input struct {
ParsedQuery *ParseQuery `json:"parsed_query"`
ParsedPath []string `json:"parsed_path"`
Attributes *Attributes `json:"attributes"`
}
type InputGenerator ¶ added in v1.7.0
type ParseQuery ¶ added in v1.7.0
type ParseQuery struct {
ProjectName []string `json:"projectName"`
}
Click to show internal directories.
Click to hide internal directories.