Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Target is the address of the gRPC server Target string // Service is the name of the gRPC service Service string // DialOptions configure how we set up the connection DialOptions []grpc.DialOption // CheckTimeout is the duration that health check will try to get gRPC service health status. // If not set - 5 seconds CheckTimeout time.Duration }
Config is the gRPC checker configuration settings container.
Click to show internal directories.
Click to hide internal directories.