Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Ext = service.Extend(extName, &extConfig, func(ctx Context, r *service.Registry) error { if err := extConfig.Init(ctx, logger.MustContextual(ctx)); err != nil { return err } return extConfig.Register(r) })
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.
Click to show internal directories.
Click to hide internal directories.