mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
7 lines
No EOL
82 B
Go
7 lines
No EOL
82 B
Go
package manager
|
|
|
|
import "sync"
|
|
|
|
type Task interface {
|
|
Start(wg *sync.WaitGroup)
|
|
} |