package
3.7.0
Repository: https://github.com/qlik-oss/enigma-go.git
Documentation: pkg.go.dev

# README

Schema Generator

This folder contains a script for generating enigma-go based on a specific version of Qlik Associative Engine. The Engine OpenRPC specification can be found in the schema folder ./schema/engine-rpc.json.

If you want to manually generate a version of the Engine specification:

./schema/generate.sh

# Structs

No description provided by the author
Info represents engine information.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Option represents a possible value in case of an "enum".
OrderAwareKey is a special key construct to retain order from json spec for properties.
QlikExtensions represents Qlik JSON Schema extensinos.
Type represents a JSON Schema object type.

# Type aliases

OrderAwareKeySlice is an alias of []OrderAwareKey so we can add functions to it.