Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Subtest ¶
type Subtest struct {
TestName string `json:"testName"`
InData json.RawMessage `json:"inData"`
OutData json.RawMessage `json:"outData"`
ExpectError map[string]string `json:"expectError"`
}
type Test ¶
type Test struct {
TestName string `json:"testName"`
InSchema json.RawMessage `json:"inSchema"`
OutSchema json.RawMessage `json:"outSchema"`
ExtraSchemas []json.RawMessage `json:"extraSchemas"`
GoType string `json:"goType"`
GoTypeBody string `json:"goTypeBody"`
GenerateError string `json:"generateError"`
Subtests map[string]Subtest `json:"subtests"`
OtherTests string `json:"otherTests"`
}
Click to show internal directories.
Click to hide internal directories.