Versions in this module Expand all Collapse all v1 v1.24.0 Feb 9, 2023 Changes in this version + const DefaultCallTimeout + const DefaultConnectTimeout + type Handler interface + Invoke func(fileDescriptorSets []*descriptor.FileDescriptorSet, address string, ...) error + func NewHandler(options ...HandlerOption) Handler + type HandlerOption func(*handler) + func HandlerWithCallTimeout(callTimeout time.Duration) HandlerOption + func HandlerWithConnectTimeout(connectTimeout time.Duration) HandlerOption + func HandlerWithDetails() HandlerOption + func HandlerWithHeader(key string, value string) HandlerOption + func HandlerWithKeepaliveTime(keepaliveTime time.Duration) HandlerOption + func HandlerWithLogger(logger *zap.Logger) HandlerOption + func HandlerWithTLS(insecure bool, cacert string, cert string, key string, serverName string) HandlerOption