mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Selective export (#770)
This commit is contained in:
@@ -4,4 +4,5 @@ import "sync"
|
||||
|
||||
type Task interface {
|
||||
Start(wg *sync.WaitGroup)
|
||||
GetStatus() JobStatus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user