estrus_warning.go 337 B

123456789101112131415
  1. package crontab
  2. import (
  3. "context"
  4. "github.com/hibiken/asynq"
  5. )
  6. func (e *Entry) CowEstrus(ctx context.Context, t *asynq.Task) error {
  7. /*activeLowValue := e.GetSystemConfigure(model.ActiveLow)
  8. activeMiddleValue := e.GetSystemConfigure(model.ActiveMiddle)
  9. activeHighValue := e.GetSystemConfigure(model.ActiveHigh)*/
  10. return nil
  11. }