Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(cfg config.DatasourceConfig, dashboardDAO dashboard.DAO, secretDAO secret.DAO, globalSecretDAO globalsecret.DAO, dtsDAO datasource.DAO, globalDtsDAO globaldatasource.DAO, crypto crypto.Crypto, authz authorization.Authorization) route.Endpoint
Types ¶
type SQLColumnMetadata ¶ added in v0.53.0
SQLColumnMetadata represents metadata for a single column in SQL result
type SQLResponse ¶ added in v0.53.0
type SQLResponse struct {
Columns []SQLColumnMetadata `json:"columns"`
Rows []SQLRow `json:"rows"`
}
SQLResponse represents the complete SQL query response
Click to show internal directories.
Click to hide internal directories.