Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SingletonPBEndpoint = NewPBEndpoint()
Functions ¶
This section is empty.
Types ¶
type PBEndpoint ¶
type PBEndpoint struct { // set by Start(). Useful if config port is zero. ActualPort int // contains filtered or unexported fields }
func NewPBEndpoint ¶
func NewPBEndpoint() PBEndpoint
func (*PBEndpoint) Start ¶
func (ep *PBEndpoint) Start(port int, actionCh chan Action) chan Event
Click to show internal directories.
Click to hide internal directories.