This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
stash
mirror of
https://github.com/stashapp/stash.git
Watch
1
Star
1
Fork
You've already forked stash
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
092534c9f2
stash
/
pkg
/
manager
/
task.go
8 lines
83 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-02-09 12:30:49 +00:00
package
manager
import
"sync"
type
Task
interface
{
Start
(
wg
*
sync
.
WaitGroup
)
Ran formatter and fixed some lint issues
2019-02-14 22:53:32 +00:00
}