package
Version:
v0.0.0-...-74c00de
Opens a new window with list of versions in this module.
Published: Apr 16, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewClientConnection create a new gRPC client
type Config struct {
Host string `toml:"host"`
Port int `toml:"port"`
TLS bool `toml:"tls_on"`
CaFile string `toml:"ca_file"`
HostOverride string `toml:"host_override"`
}
Config config of gRPC client connect
DefaultConfig get a default config
Source Files
¶
Click to show internal directories.
Click to hide internal directories.