Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NativeQuery ¶ added in v0.47.0
type NativeQuery struct {
// contains filtered or unexported fields
}
func NewNativeQuery ¶ added in v0.47.0
func NewNativeQuery(dsn string) NativeQuery
type NativeSearchQuery ¶ added in v0.47.0
type NativeSearchQueryRequest ¶ added in v0.47.0
type NativeSearchQueryRequest struct {
Context QueryContext `json:"context"`
QueryType string `json:"queryType"`
DataSource string `json:"dataSource"`
SearchDimensions []string `json:"searchDimensions"`
Limit int `json:"limit"`
Query NativeSearchQuery `json:"query"`
Sort NativeSearchSort `json:"sort"`
Intervals []string `json:"intervals"`
Filter map[string]interface{} `json:"filter"`
}
func NewNativeSearchQueryRequest ¶ added in v0.47.0
type NativeSearchQueryResponse ¶ added in v0.47.0
type NativeSearchSort ¶ added in v0.47.0
type NativeSearchSort struct {
Type string `json:"type"`
}
type QueryContext ¶ added in v0.47.0
type QueryContext struct {
QueryID string `json:"queryId,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.