Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoompowResponse ¶
type BoompowResponse struct {
Data BoompowWorkGenerateResponse `json:"data" mapstructure:"data"`
}
type BoompowWorkGenerateRequest ¶
type BoompowWorkGenerateRequest struct { Query string `json:"query" mapstructure:"query"` Variables BoompowWorkGenerateRequestVariables `json:"variables" mapstructure:"variables"` }
type BoompowWorkGenerateResponse ¶
type BoompowWorkGenerateResponse struct {
WorkGenerate string `json:"workGenerate" mapstructure:"workGenerate"`
}
type WorkBaseRequest ¶
type WorkGenerateRequest ¶
type WorkGenerateRequest struct { WorkBaseRequest Difficulty string `json:"difficulty" mapstructure:"difficulty"` }
type WorkGenerateResponse ¶
type WorkGenerateResponse struct {
Work string `json:"work" mapstructure:"work"`
}
Click to show internal directories.
Click to hide internal directories.