Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Commands are space-delimited arguments for executing a program. The // arguments may be prefixed with @path if it differs from argv[0]. Commands []string // Target addresses for gRPC connections. The address may be followed by // space-delimited dial options. Supported options: // // "insecure" - no encryption or authentication // "optional" - ignores target on connection error // Targets []string // contains filtered or unexported fields }
Config for gRPC services.
func (*Config) Init ¶
Init configured services.
Click to show internal directories.
Click to hide internal directories.