mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Moved everything out of internal
This commit is contained in:
7
manager/task.go
Normal file
7
manager/task.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package manager
|
||||
|
||||
import "sync"
|
||||
|
||||
type Task interface {
|
||||
Start(wg *sync.WaitGroup)
|
||||
}
|
||||
Reference in New Issue
Block a user