devlopment branch (#1736)
This commit is contained in:
@@ -59,7 +59,7 @@ type ElasticSearchClient struct {
|
||||
client Client
|
||||
}
|
||||
|
||||
func NewLoggingClient(options *ElasticSearchOptions) (*ElasticSearchClient, error) {
|
||||
func NewLoggingClient(options *Options) (*ElasticSearchClient, error) {
|
||||
var version, index string
|
||||
esClient := &ElasticSearchClient{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user