Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Path string `json:"path,omitempty"` Root string `json:"root,omitempty"` Address string `json:"address,omitempty"` ProtoSetPath string `json:"protoSetPath,omitempty"` TLS bool `json:"tls,omitempty"` CAPath string `json:"caPath,omitempty"` ServerHostOverride string `json:"serverHostOverride,omitempty"` Insecure bool `json:"insecure,omitempty"` OAUTH2 *clientcredentials.Config `json:"oauth2,omitempty"` Header testsuite.Header `json:"header,omitempty"` Tests []TestConfig `json:"tests,omitempty"` }
type ExpectConfig ¶
type RequestConfig ¶
type Suite ¶
type Suite struct {
// contains filtered or unexported fields
}
Suite describes a GRPC test suite.
type TestConfig ¶
type TestConfig struct { Name string `json:"name,omitempty"` Request RequestConfig `json:"request,omitempty"` Expect ExpectConfig `json:"expect,omitempty"` }
Directories ¶
Path | Synopsis |
---|---|
Package grpctesting is a generated protocol buffer package.
|
Package grpctesting is a generated protocol buffer package. |
Click to show internal directories.
Click to hide internal directories.