Documentation ¶
Index ¶
- type Counter
- func (this *Counter) Add(jobId string, state ...string)
- func (this *Counter) ClientId() string
- func (this *Counter) Done(jobId string)
- func (this *Counter) Name() string
- func (this *Counter) RunningJobs() (jobs []*Job)
- func (this *Counter) SetState(jobId, state string)
- func (this *Counter) Size() int
- type Job
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
func AllCounter ¶
func AllCounter() []*Counter
func (*Counter) RunningJobs ¶
Click to show internal directories.
Click to hide internal directories.