Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandleT ¶
type HandleT struct {
// contains filtered or unexported fields
}
HandleT is the handle to this module.
func (*HandleT) ResetSleep ¶
func (rt *HandleT) ResetSleep()
ResetSleep this makes the workers reset their sleep
type NetHandleT ¶
type NetHandleT struct {
// contains filtered or unexported fields
}
NetHandleT is the wrapper holding private variables
func (*NetHandleT) Setup ¶
func (network *NetHandleT) Setup(destID string)
Setup initializes the module
type ParametersT ¶
type ParametersT struct { SourceID string `json:"source_id"` DestinationID string `json:"destination_id"` }
ParametersT struct holds source id and destination id of a job
Click to show internal directories.
Click to hide internal directories.