Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CellWithValues ¶ added in v0.1.7
type RenderRequest ¶ added in v0.1.4
type ResponseBackground ¶ added in v0.2.0
type ResponseNoteCell ¶ added in v0.2.5
type ResponseNoteCell struct {
Description string `json:"description,omitempty"`
Columns []string `json:"columns,omitempty"`
Rows [][]any `json:"rows,omitempty"`
RowsAffected int64 `json:"rows_affected,omitempty"`
Duration string `json:"duration,omitempty"`
Status string `json:"status"`
Error string `json:"error,omitempty"`
}
type ResponseQuery ¶
Click to show internal directories.
Click to hide internal directories.