Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Req ¶
type Req struct {
Addr string `map:"addr" validate:"required"`
Service string `map:"service" validate:"required"`
Method string `map:"method" validate:"required"`
Body string `map:"body"`
Timeout string `map:"timeout"`
TLS bool `map:"tls"`
Insecure bool `map:"insecure"`
CertFile string `map:"cert_file"`
KeyFile string `map:"key_file"`
CAFile string `map:"ca_file"`
Metadata map[string]string `map:"metadata"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.