Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Name string `validate:"required" default:"grpc-client" example:"backend-grpc-client"`
Addr string `usage:"grpc server address" example:"localhost:9000"`
UseTls bool `yaml:"use_tls" default:"false" example:"false"`
Insecure bool `default:"false" example:"false"`
// contains filtered or unexported fields
}
Config provides configuration for grpc cleint.
Click to show internal directories.
Click to hide internal directories.