Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkerNode ¶
type WorkerNode struct {
ApiBase string
Srvr types.APIServerInterface
ServerAddr string
DebugMode bool
C types.APIClientInterface
ConnTracker *connection.Tracker
// contains filtered or unexported fields
}
func (WorkerNode) Process ¶
func (w WorkerNode) Process(ctx context.Context, item interface{}) (interface{}, error)
func (WorkerNode) SubmitResult ¶
func (w WorkerNode) SubmitResult(ctx context.Context, result interface{}) error
Click to show internal directories.
Click to hide internal directories.