Versions in this module Expand all Collapse all v0 v0.1.1 Oct 16, 2020 v0.1.0 Aug 27, 2020 Changes in this version + func GrpcAdapter(options ...GrpcAdaptOption) adapterkit.Adaptable + type GrpcAdaptOption interface + func WithGrpcAdaptClosed(fn func(*grpc.ClientConn)) GrpcAdaptOption + func WithGrpcAdaptConnected(fn func(*grpc.ClientConn)) GrpcAdaptOption + func WithGrpcAdaptLogger(logger log.Logger) GrpcAdaptOption + func WithGrpcAdaptName(name string) GrpcAdaptOption + func WithGrpcAdaptTarget(target string) GrpcAdaptOption