Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Categories ¶
type Categories struct {
TotalCount int `json:"totalCount"`
}
type DatasetRuleBase ¶
type DatasetRuleBase struct {
RuleBase RuleBase `json:"ruleBase"`
}
type DatasetVariables ¶
type DatasetVariables struct {
Variables Variables `json:"variables"`
}
type Error ¶
type Error struct { Message string `json:"message"` Locations []Location `json:"locations"` Path []string `json:"path"` }
func (*Error) StatusCode ¶ added in v2.9.1
StatusCode returns the status code defined at the begining of the Error message. For example: a status 404 is extracted from '404 Not Found: dataset not loaded in this server'. If no status code is provided, then a value of 502 bad gateway is returned.
type Node ¶
type Node struct { Name string `json:"name"` Label string `json:"label"` Categories Categories `json:"categories"` MapFrom []Variables `json:"mapFrom"` FilterOnly string `json:"filterOnly,omitempty"` }
Click to show internal directories.
Click to hide internal directories.