123456789101112131415 |
- package crontab
- import (
- "context"
- "github.com/hibiken/asynq"
- )
- func (e *Entry) CowEstrus(ctx context.Context, t *asynq.Task) error {
- /*activeLowValue := e.GetSystemConfigure(model.ActiveLow)
- activeMiddleValue := e.GetSystemConfigure(model.ActiveMiddle)
- activeHighValue := e.GetSystemConfigure(model.ActiveHigh)*/
- return nil
- }
|