models

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type QueryModel added in v0.0.2

type QueryModel struct {
	RawCql    string `json:"rawSql"`
	Format    any
	ActualCql string `json:"-"`
}

func LoadQueryModel added in v0.0.2

func LoadQueryModel(query backend.DataQuery) (*QueryModel, error)

type Settings

type Settings struct {
	URI   string `json:"uri"`
	Token string `json:"token"`
}

func LoadSettings

func LoadSettings(config backend.DataSourceInstanceSettings) (Settings, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL