Versions in this module Expand all Collapse all v0 v0.2.0 May 29, 2018 v0.1.0 Apr 11, 2018 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 HandlerWithHeader(key string, value string) HandlerOption + func HandlerWithKeepaliveTime(keepaliveTime time.Duration) HandlerOption + func HandlerWithLogger(logger *zap.Logger) HandlerOption