hellconnon

Results 3 comments of hellconnon

It looks like it is the NodesInfoPath struct in types.nodeinfopath.go, at least that is one place, where it seems to be incorrect. The struct definition is: ```go type NodeInfoPath struct...

In my case changing this definition resolves the error and my api seems to never return an array of strings. New definition: ```go // NodeInfoPath type. // // https://github.com/elastic/elasticsearch-specification/blob/19027dbdd366978ccae41842a040a636730e7c10/specification/nodes/info/types.ts#L158-L163 type...

I also would love this :) a notification would be neat, since i personally have 0 xp with rust i think i would break it trying to do it ^^