Skip to content

Commit

Permalink
refactor(项目): 暴露Tasker
Browse files Browse the repository at this point in the history
  • Loading branch information
storezhang committed Oct 28, 2024
1 parent ee52f0e commit 5a2b088
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tasker.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package task

import (
"github.com/goexl/task/internal/core"
)

// Tasker 任务器,用于任务执行逻辑
type Tasker = core.Tasker

0 comments on commit 5a2b088

Please sign in to comment.