Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IPC ¶
type IPC struct { Errors chan error // contains filtered or unexported fields }
func NewIPCServer ¶
func (*IPC) AppendConsumer ¶
func (p *IPC) AppendConsumer(ipcc *IPCConsumer)
func (*IPC) OutConsumer ¶
func (p *IPC) OutConsumer(ipcc *IPCConsumer)
func (*IPC) SetListener ¶
type IPCConsumer ¶
func (*IPCConsumer) ExposeStoreVars ¶
func (c *IPCConsumer) ExposeStoreVars(store base.IStore) chan bool
Click to show internal directories.
Click to hide internal directories.