x
This commit is contained in:
@@ -13,7 +13,7 @@ type Function struct {
|
|||||||
Handle func(Sender, func(vm *goja.Runtime)) interface{} `json:"-"`
|
Handle func(Sender, func(vm *goja.Runtime)) interface{} `json:"-"`
|
||||||
Cron map[string]string `json:"cron"`
|
Cron map[string]string `json:"cron"`
|
||||||
Priority int `json:"-"`
|
Priority int `json:"-"`
|
||||||
Disable bool `json:"-"`
|
Disable bool `json:"disable"`
|
||||||
Hidden bool `json:"-"`
|
Hidden bool `json:"-"`
|
||||||
CronIds []int `json:"-"`
|
CronIds []int `json:"-"`
|
||||||
Origin string `json:"-"`
|
Origin string `json:"-"`
|
||||||
|
|||||||
Reference in New Issue
Block a user