This website requires JavaScript.
Explore
Help
Register
Sign In
xiaoxue_admin
/
crawlab
Watch
1
Star
0
Fork
You've already forked crawlab
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
crawlab
/
core
/
interfaces
/
module.go
11 lines
104 B
Go
Raw
Permalink
Blame
History
package
interfaces
type
ModuleId
int
type
Module
interface
{
Init
(
)
error
Start
(
)
Wait
(
)
Stop
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink