Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Lister ¶
type Runner ¶
type T ¶
type T struct {
ID string `json:"id"`
Description string `json:"description"`
Request []interface{} `json:"request"`
Queries []string `json:"queries"`
Compare bool `json:"compare"`
Expectations []interface{} `json:"expectation"`
Skip bool `json:"skip"`
Response []interface{} `json:"-"`
Print bool `json:"print"`
GrpcurlFlags string `json:"grpcurl_flags"`
IgnoreOrder bool `json:"ignore_order"`
Pass bool `json:"-"`
}
Click to show internal directories.
Click to hide internal directories.