Skip to content

testdata🔗

Objects🔗

Builders🔗

Functions🔗

NewStreamingQuery🔗

NewStreamingQuery creates a new StreamingQuery object.

func NewStreamingQuery() *StreamingQuery

NewPulseWaveQuery🔗

NewPulseWaveQuery creates a new PulseWaveQuery object.

func NewPulseWaveQuery() *PulseWaveQuery

NewSimulationQuery🔗

NewSimulationQuery creates a new SimulationQuery object.

func NewSimulationQuery() *SimulationQuery

NewCSVWave🔗

NewCSVWave creates a new CSVWave object.

func NewCSVWave() *CSVWave

NewNodesQuery🔗

NewNodesQuery creates a new NodesQuery object.

func NewNodesQuery() *NodesQuery

NewUSAQuery🔗

NewUSAQuery creates a new USAQuery object.

func NewUSAQuery() *USAQuery

NewScenario🔗

NewScenario creates a new Scenario object.

func NewScenario() *Scenario

NewDataquery🔗

NewDataquery creates a new Dataquery object.

func NewDataquery() *Dataquery

NewKey🔗

NewKey creates a new Key object.

func NewKey() *Key

NewStringOrInt64🔗

NewStringOrInt64 creates a new StringOrInt64 object.

func NewStringOrInt64() *StringOrInt64

VariantConfig🔗

VariantConfig returns the configuration related to testdata dataqueries.

This configuration describes how to unmarshal it, convert it to code, …

func VariantConfig() variants.DataqueryConfig

StreamingQueryConverter🔗

StreamingQueryConverter accepts a StreamingQuery object and generates the Go code to build this object using builders.

func StreamingQueryConverter(input StreamingQuery) string

PulseWaveQueryConverter🔗

PulseWaveQueryConverter accepts a PulseWaveQuery object and generates the Go code to build this object using builders.

func PulseWaveQueryConverter(input PulseWaveQuery) string

SimulationQueryConverter🔗

SimulationQueryConverter accepts a SimulationQuery object and generates the Go code to build this object using builders.

func SimulationQueryConverter(input SimulationQuery) string

CSVWaveConverter🔗

CSVWaveConverter accepts a CSVWave object and generates the Go code to build this object using builders.

func CSVWaveConverter(input CSVWave) string

NodesQueryConverter🔗

NodesQueryConverter accepts a NodesQuery object and generates the Go code to build this object using builders.

func NodesQueryConverter(input NodesQuery) string

USAQueryConverter🔗

USAQueryConverter accepts a USAQuery object and generates the Go code to build this object using builders.

func USAQueryConverter(input USAQuery) string

ScenarioConverter🔗

ScenarioConverter accepts a Scenario object and generates the Go code to build this object using builders.

func ScenarioConverter(input Scenario) string

DataqueryConverter🔗

DataqueryConverter accepts a Dataquery object and generates the Go code to build this object using builders.

func DataqueryConverter(input Dataquery) string

KeyConverter🔗

KeyConverter accepts a Key object and generates the Go code to build this object using builders.

func KeyConverter(input Key) string