Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Outbound ¶
type Outbound struct {
// contains filtered or unexported fields
}
Outbound is a outbound.Handler that handles gRPC connections.
func NewOutbound ¶
func NewOutbound(tag string, listener *OutboundListener) *Outbound
type OutboundListener ¶
type OutboundListener struct {
// contains filtered or unexported fields
}
OutboundListener is a net.Listener for listening gRPC connections.
func NewOutboundListener ¶
func NewOutboundListener() *OutboundListener
func (*OutboundListener) Accept ¶
func (l *OutboundListener) Accept() (net.Conn, error)
Accept implements net.Listener.
func (*OutboundListener) Addr ¶
func (l *OutboundListener) Addr() net.Addr
Addr implements net.Listener.
func (*OutboundListener) Close ¶
func (l *OutboundListener) Close() error
Close implement net.Listener.
Click to show internal directories.
Click to hide internal directories.