Versions in this module Expand all Collapse all v0 v0.2.0 Aug 19, 2024 Changes in this version + const Endpoint + type Listener struct + func New() *Listener + func (l *Listener) Close() error + func (l *Listener) Connect(ctx context.Context, opts ...grpc.DialOption) (cc *grpc.ClientConn, err error) + func (l *Listener) Dialer(context.Context, string) (net.Conn, error) + func (l *Listener) Sock() net.Listener