Documentation ¶
Index ¶
- type Collector
- type DS
- func (m DS) CallResource(ctx context.Context, _ *backend.CallResourceRequest, ...) error
- func (m DS) CheckHealth(ctx context.Context, _ *backend.CheckHealthRequest) (*backend.CheckHealthResult, error)
- func (m DS) QueryData(ctx context.Context, _ *backend.QueryDataRequest) (*backend.QueryDataResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DS ¶
type DS struct {
// contains filtered or unexported fields
}
func (DS) CallResource ¶
func (m DS) CallResource(ctx context.Context, _ *backend.CallResourceRequest, _ backend.CallResourceResponseSender) error
func (DS) CheckHealth ¶
func (m DS) CheckHealth(ctx context.Context, _ *backend.CheckHealthRequest) (*backend.CheckHealthResult, error)
func (DS) QueryData ¶
func (m DS) QueryData(ctx context.Context, _ *backend.QueryDataRequest) (*backend.QueryDataResponse, error)
Click to show internal directories.
Click to hide internal directories.