Documentation ¶
Index ¶
Constants ¶
View Source
const (
DaemonSocketPath = "/tmp/panapi.sock"
)
Variables ¶
This section is empty.
Functions ¶
func NewLocalEndpoint ¶
func NewRemoteEndpoint ¶
Types ¶
type Listener ¶
type Listener struct { ConnectionReceived chan network.Connection // contains filtered or unexported fields }
type Preconnection ¶
type Preconnection struct {
// contains filtered or unexported fields
}
func NewPreconnection ¶
func NewPreconnection(e *network.Endpoint, tp *network.TransportProperties) (Preconnection, error)
func (*Preconnection) Initiate ¶
func (p *Preconnection) Initiate() (network.Connection, error)
func (*Preconnection) Listen ¶
func (p *Preconnection) Listen() Listener
type TransportProperties ¶
type TransportProperties struct {
network.TransportProperties
}
HACK, let's see if this works
func NewTransportProperties ¶
func NewTransportProperties() *TransportProperties
Click to show internal directories.
Click to hide internal directories.