This commit is contained in:
rogeecn
2025-03-11 09:56:22 +08:00
parent 94dd15b4e9
commit de2ddef3af
4 changed files with 42 additions and 19 deletions

View File

@@ -11,8 +11,6 @@ import (
_ "go.ipao.vip/atom/contracts"
)
// provider:[except|only] [returnType] [group]
var (
_ JobArgs = SortArgs{}
_ JobArgsWithInsertOpts = SortArgs{}
@@ -22,7 +20,6 @@ type SortArgs struct {
Strings []string `json:"strings"`
}
// InsertOpts implements JobArgsWithInsertOpts.
func (s SortArgs) InsertOpts() InsertOpts {
return InsertOpts{
Queue: QueueDefault,