Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDataSourceInstance ¶
func NewDataSourceInstance(setting backend.DataSourceInstanceSettings) (instancemgmt.Instance, error)
Types ¶
type ApiRespColumn ¶
type ApiRespFrame ¶
type ApiRespFrame struct {
Columns []ApiRespColumn
}
type ApiResponse ¶
type ApiResponse struct {
Frames []ApiRespFrame
}
type TestDataSource ¶
func (*TestDataSource) CheckHealth ¶
func (ds *TestDataSource) CheckHealth(ctx context.Context, req *backend.CheckHealthRequest) (*backend.CheckHealthResult, error)
func (*TestDataSource) Dispose ¶
func (s *TestDataSource) Dispose()
func (*TestDataSource) QueryData ¶
func (ds *TestDataSource) QueryData(ctx context.Context, req *backend.QueryDataRequest) (*backend.QueryDataResponse, error)
Click to show internal directories.
Click to hide internal directories.