hellconnon

Results 1 issues of hellconnon

Hey, when using the typed api client like this: ```go esClientSbx, _ := elasticsearch.NewTypedClient(config) ctx := context.Background() nodesInfo, err := esClientSbx.Nodes.Info().Do(ctx) if err != nil { fmt.Println("Err: ", err) }...