mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove dead code
This commit is contained in:
parent
dcac63936b
commit
b8ff3b1e3f
@ -79,14 +79,6 @@ var NewClient = func(ctx context.Context, ds *models.DataSource, timeRange *tsdb
|
||||
return nil, fmt.Errorf("elasticsearch version=%d is not supported", version)
|
||||
}
|
||||
|
||||
type baseClient interface {
|
||||
Client
|
||||
getSettings() *simplejson.Json
|
||||
executeBatchRequest(uriPath string, requests []*multiRequest) (*http.Response, error)
|
||||
executeRequest(method, uriPath string, body []byte) (*http.Response, error)
|
||||
createMultiSearchRequests(searchRequests []*SearchRequest) []*multiRequest
|
||||
}
|
||||
|
||||
type baseClientImpl struct {
|
||||
ctx context.Context
|
||||
ds *models.DataSource
|
||||
|
Loading…
Reference in New Issue
Block a user