Skip to content

testdata🔗

Objects🔗

Builders🔗

Functions🔗

VariantConfig🔗

VariantConfig returns the configuration related to dataqueries.

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

func VariantConfig() variants.DataqueryConfig

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

PulseWaveQueryConverter🔗

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

func PulseWaveQueryConverter(input PulseWaveQuery) string

ResultAssertionsConverter🔗

ResultAssertionsConverter accepts a ResultAssertions object and generates the Go code to build this object using builders.

func ResultAssertionsConverter(input ResultAssertions) string

KeyConverter🔗

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

func KeyConverter(input Key) string

SimulationQueryConverter🔗

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

func SimulationQueryConverter(input SimulationQuery) string

StreamingQueryConverter🔗

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

func StreamingQueryConverter(input StreamingQuery) string

TimeRangeConverter🔗

TimeRangeConverter accepts a TimeRange object and generates the Go code to build this object using builders.

func TimeRangeConverter(input TimeRange) string

USAQueryConverter🔗

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

func USAQueryConverter(input USAQuery) string

DataqueryConverter🔗

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

func DataqueryConverter(input Dataquery) string