Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FunctionCall ¶
type FunctionCall struct {
// contains filtered or unexported fields
}
type Plugo ¶
type Plugo struct { Id string ParentId string Ln *net.UnixListener Exposed map[string]FuncSig Conns map[string]*net.UnixConn }
func (*Plugo) ShutdownIfParentDies ¶ added in v0.3.7
Pings the parent once every ms milliseconds, if no response is received
func (*Plugo) StartChild ¶
Click to show internal directories.
Click to hide internal directories.