Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Celery ¶
type Celery struct {
// contains filtered or unexported fields
}
Celery is the exported module instance.
func (*Celery) TaskCompleted ¶
Check if task result is filled or still empty It's a sync call with instant result.
type CeleryInstance ¶
type CeleryInstance struct { // Celery is the exported module instance. *Celery // contains filtered or unexported fields }
CeleryInstance represents an instance of the JS module.
func (*CeleryInstance) Exports ¶
func (mi *CeleryInstance) Exports() modules.Exports
Exports implements the modules.Instance interface and returns the exports of the JS module.
func (*CeleryInstance) NewCeleryRedis ¶
func (mi *CeleryInstance) NewCeleryRedis(call goja.ConstructorCall) *goja.Object
type CeleryModule ¶
type CeleryModule struct{}
CeleryModule is the global module instance that will create Celery client module instances for each VU.
func (*CeleryModule) NewModuleInstance ¶
func (*CeleryModule) NewModuleInstance(vu modules.VU) modules.Instance
NewModuleInstance implements the modules.Module interface and returns a new instance for each VU.
Click to show internal directories.
Click to hide internal directories.