package
Version:
v0.20.0
Opens a new window with list of versions in this module.
Published: Mar 30, 2026
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ControlMessage struct {
Type string `json:"type"`
StreamID string `json:"stream_id"`
Fields []string `json:"fields,omitempty"`
BatchIndex int `json:"batch_index,omitempty"`
NumRows int `json:"num_rows,omitempty"`
Error string `json:"error,omitempty"`
}
type QueryRequest struct {
Query string `json:"query"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.