package
Version:
v0.1.7
Opens a new window with list of versions in this module.
Published: Dec 29, 2025
License: MIT
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Info struct {
Databases []string `json:"databases"`
Version string `json:"version"`
}
type RenderRequest struct {
Content string `json:"content"`
Data any `json:"data"`
}
type Response struct {
Message string `json:"message,omitempty"`
Error string `json:"error,omitempty"`
Data any `json:"data,omitempty"`
}
type ResponseQuery struct {
Columns []string `json:"columns,omitempty"`
Rows [][]any `json:"rows,omitempty"`
RowsAffected int64 `json:"rows_affected,omitempty"`
Duration string `json:"duration,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.