Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ESClient ¶
type ESClient interface {
PutIndexTemplate(t *testing.T, templateConfigFile, templateName string)
CreateIndex(t *testing.T, indexName string)
DeleteIndex(t *testing.T, indexName string)
PutMaxResultWindow(t *testing.T, indexName string, maxResultWindow int) error
GetMaxResultWindow(t *testing.T, indexName string) (string, error)
}
ESClient is ElasicSearch client for running test suite to be implemented in different versions of ES. Those interfaces are only being used by tests so we don't implement in common/elasticsearch pkg.
Click to show internal directories.
Click to hide internal directories.