Versions in this module Expand all Collapse all v1 v1.0.0 Sep 11, 2020 Changes in this version + const ErrListenerClosed + func Client(ctx context.Context, target string, task ClientTask, ...) error + func Dial(ctx context.Context, target string, options ...grpc.DialOption) (*grpc.ClientConn, error) + func DialPipe(addr string) (net.Conn, error) + func DialPipeCtx(ctx context.Context, addr string) (net.Conn, error) + func GetDialer(ctx context.Context) func(string, time.Duration) (net.Conn, error) + func NewPipeListener(addr string) net.Listener + func Serve(ctx context.Context, address string, prepare PrepareTask, ...) error + func ServeWithListener(ctx context.Context, listener net.Listener, prepare PrepareTask, ...) error + func ToProducer(stream interface{}) event.Producer + type ClientTask func(context.Context, *grpc.ClientConn) error + type PrepareTask func(context.Context, net.Listener, *grpc.Server) error Incompatible versions in this module v2.0.0+incompatible Jul 8, 2021