# Functions
AddAlternateState will add a named alternate state in the app.
AddValidProp adds the given property to the set of valid properties.
AppExists returns wether or not an app exists along with any eventual error from engine.
BuildRootFolderFromTitle returns a folder name based on app title.
ClearContext unsets the current context.
DeleteApp removes the specified app from the engine.
Eval builds a straight table hypercube based on the supplied argument, evaluates it and prints the result to system out.
FormatBytes takes a byte size integer and returns a string formatted with kilo, mega, giga prefixes.
GetConnectionsConfig returns a the current connections configuration.
GetEngineURL gets QIX engine URL from viper.
GetModelMetadata retrives all available metadata about the app.
ListAlternateStates will return a list of all alternate states in an app.
ListBookmarks lists all bookmarks in an app.
ListDimensions lists all dimensions in an app.
ListMeasures fetches all measures and returns them in an array.
ListObjects fetches all generic objects and returns them sorted in an array.
ListVariables lists all variables in an app.
LoginContext login to a Qlik Sense Enterprise and sets the X-Qlik-Session as a cookie.
NewContextHandler helps with handeling contexts.
PrepareEngineState connects to engine with or without an app.
PrintFieldValues prints the first few rows of a field to system out.
ReadCertificates reads and loads the specified certificates.
ReadConfig checks that the config file does not contain any unknown properties and then, if the config is valid, reads it.
ReadConnectionsFile reads the connections config file from the supplied path.
RelativeToProject transforms a path to be relative to a base path of the project file.
Reload reloads the app and prints the progress to system out.
RemoveAlternateState will remove a named alternate state in the app.
RemoveContext from context file.
Save calls DoSave on the app and prints "Done" if it succeeded or "Save failed" to system out.
SetAppIDToKnownApps adds an app or removes an app from known apps.
SetAppProperties loads the app properties from file and sets it in the app.
SetBookmarks adds all bookmarks that match the specified glob pattern.
SetContext sets up the context to be used while communitcating with the engine.
SetDimensions adds all dimensions that match the specified glob pattern.
SetMeasures creates or updates all measures on given glob patterns.
SetObjects creates or updates all objects on given glob patterns.
SetScript loads the script file and sets it in the app.
SetupConnections reads all connections from both the project file path and the config file path and updates the list of connections in the app.
SetVariables adds all variables that match the specified glob pattern.
TryParseAppFromURL parses an url for an app identifier.
Unbuild exports measures, dimensions, variables, connections, objects and a config file from an app into the file system.
UseContext sets the current context based on name.
# Variables
ConfigDir represents the directory of the config file used.
# Structs
Bookmark json list object.
ConnectionConfigEntry defines the content of a connection in either the project config yml file or a connections yml file.
ConnectionsConfig represents how the connections are configured.
Context represents a context.
ContextHandler maps strings to contexts and keeps track of the current context.
Dimension is a struct describing a generic dimension.
FieldModel represents one field in the data model.
FieldSourceTableInfo defines row count and key type for a field.
No description provided by the author
Measure is a struct describing a generic measure.
ModelMetadata defines all available metadata around the data model.
No description provided by the author
No description provided by the author
Object is a struct describing the generic object.
No description provided by the author
No description provided by the author
State contains all needed info about the current app including a go context to use when communicating with the engine.
TableModel represents one table in the data model.
No description provided by the author
Variable qix object struct.