Versions in this module Expand all Collapse all v1 v1.9.9 Jul 13, 2024 Changes in this version + func Add(j *Job) (err error) + func Delete(req *DeleteReq) (err error) + type AnswerType uint8 + const InjectMsg + const TextMsg + type DeleteReq struct + IDList []string + SelfID int64 + type FullMatchType uint8 + const NoStateMsg + const SuperMsg + type Job struct + AnswerType AnswerType + FullMatchType FullMatchType + GroupID int64 + Handler string + ID string + JobType Type + Matcher string + QuestionType QuestionType + SelfID int64 + UserID int64 + func List() (jobList []Job, err error) + type QuestionType uint8 + const AllQuestion + const OneQuestion + type Type uint8 + const CronJob + const FullMatchJob + const RegexpJob