qlik-oss / enigma-go

Go library for consuming Qlik's Associative Engine.
MIT License
39 stars 12 forks source link

Enable custom schema #149

Closed gabbaxx closed 4 years ago

gabbaxx commented 4 years ago

Now a custom schema can be used instead of the built in schema in qix_generated.go. An external schema file can also be used to generate a custom go schema

wennmo commented 4 years ago

I also think that this is functionality that should be documented in the README.md, since it enables people to both generate and provide their own custom generated file.

glooms commented 4 years ago

The changes looks good to me, great work! +1

I guess there are changes considered breaking here e.g. RPC?

We make a private method public, I can't be considered breaking.