tests

package
v0.0.0-...-0af6f67 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Array

type Array struct {
	Values []string `json:"values"`
}

type ArrayBool

type ArrayBool struct {
	Values []bool `json:"values"`
}

type ArrayParameter

type ArrayParameter struct {
	Type  string   `json:"type"`
	Name  string   `json:"name"`
	Value []string `json:"value"`
}

type ArrayParameterBool

type ArrayParameterBool struct {
	Type  string `json:"type"`
	Name  string `json:"name"`
	Value []bool `json:"value"`
}

type Matrix

type Matrix struct {
	Values [][]string `json:"values"`
}

type MatrixParameter

type MatrixParameter struct {
	Type  string     `json:"type"`
	Name  string     `json:"name"`
	Value [][]string `json:"value"`
}

Jump to

Keyboard shortcuts

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