Documentation
¶
Overview ¶
Package frontend forwards incoming messages to the instances and vice versa.
Index ¶
- Constants
- type Frontend
- func (f *Frontend) Close() error
- func (f *Frontend) IsError() bool
- func (f *Frontend) PairExternal() error
- func (f *Frontend) ProcessingLen() uint
- func (f *Frontend) QueueLen() uint
- func (f *Frontend) SetConfig(externalConfig *config.Handler)
- func (f *Frontend) SetInstanceManager(manager *instance_manager.Parent)
- func (f *Frontend) Start() error
- func (f *Frontend) Status() string
Constants ¶
View Source
const ( CREATED = "created" RUNNING = "running" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Frontend ¶
type Frontend struct {
// contains filtered or unexported fields
}
func (*Frontend) PairExternal ¶
PairExternal runs the external socket as the PAIR. Requires frontend not be running. Requires configuration to be set.
func (*Frontend) ProcessingLen ¶
func (*Frontend) SetInstanceManager ¶
func (f *Frontend) SetInstanceManager(manager *instance_manager.Parent)
Click to show internal directories.
Click to hide internal directories.