Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Enabled bool `default:"true" usage:"allows to enable grpc client"`
Name string `default:"nameless-grpc-client"`
Addr string `validate:"hostname_port" usage:"grpc server address"`
UseTls bool
// contains filtered or unexported fields
}
Config provides configuration for grpc cleint.
Click to show internal directories.
Click to hide internal directories.