Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyQueryService ¶
type ProxyQueryService struct {
QueryF func(ctx context.Context, w io.Writer, req *influxql.QueryRequest) (influxql.Statistics, error)
}
ProxyQueryService mocks the InfluxQL QueryService for testing.
func (*ProxyQueryService) Check ¶
func (s *ProxyQueryService) Check(ctx context.Context) check.Response
func (*ProxyQueryService) Query ¶
func (s *ProxyQueryService) Query(ctx context.Context, w io.Writer, req *influxql.QueryRequest) (influxql.Statistics, error)
Click to show internal directories.
Click to hide internal directories.