Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Parse ¶
func Parse( cqlText string, stringToComponent func(string) (component.ComponentMetadata, error), ) (filter.ComponentFilter, error)
Types ¶
type QueryRequest ¶
type QueryRequest struct {
CQL string
}
type QueryResponse ¶
type QueryResponse struct { ID entity.ID `json:"id"` Data []json.RawMessage `json:"data"` }
Click to show internal directories.
Click to hide internal directories.