Skip to content

testdata🔗

Objects🔗

Builders🔗

Functions🔗

NewCSVWave🔗

NewCSVWave creates a new CSVWave object.

func NewCSVWave() *CSVWave

NewNodesQuery🔗

NewNodesQuery creates a new NodesQuery object.

func NewNodesQuery() *NodesQuery

NewPulseWaveQuery🔗

NewPulseWaveQuery creates a new PulseWaveQuery object.

func NewPulseWaveQuery() *PulseWaveQuery

NewResultAssertions🔗

NewResultAssertions creates a new ResultAssertions object.

func NewResultAssertions() *ResultAssertions

NewKey🔗

NewKey creates a new Key object.

func NewKey() *Key

NewSimulationQuery🔗

NewSimulationQuery creates a new SimulationQuery object.

func NewSimulationQuery() *SimulationQuery

NewStreamingQuery🔗

NewStreamingQuery creates a new StreamingQuery object.

func NewStreamingQuery() *StreamingQuery

NewTimeRange🔗

NewTimeRange creates a new TimeRange object.

func NewTimeRange() *TimeRange

NewUSAQuery🔗

NewUSAQuery creates a new USAQuery object.

func NewUSAQuery() *USAQuery

NewDataquery🔗

NewDataquery creates a new Dataquery object.

func NewDataquery() *Dataquery

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