Documentation ¶
Overview ¶
This module is a Gearman API for the Go Programming Language. The protocols were written in pure Go. It contains two sub-packages:
The client package is used for sending jobs to the Gearman job server, and getting responses from the server.
import "github.com/mikespook/gearman-go/client"
The worker package will help developers to develop Gearman's worker in an easy way.
import "github.com/mikespook/gearman-go/worker"
Directories ¶
Path | Synopsis |
---|---|
The client package helps developers connect to Gearmand, send jobs and fetch result.
|
The client package helps developers connect to Gearmand, send jobs and fetch result. |
example
|
|
The worker package helps developers to develop Gearman's worker in an easy way.
|
The worker package helps developers to develop Gearman's worker in an easy way. |
Click to show internal directories.
Click to hide internal directories.