This website requires JavaScript.
Explore
Help
Sign In
overflow_cloud
/
commons-go
Watch
3
Star
0
Fork
0
You've already forked commons-go
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f50a7af7ee
commons-go
/
core
/
interfaces
/
Service.go
9 lines
95 B
Go
Raw
Normal View
History
Unescape
Escape
ing
2018-04-12 09:38:04 +00:00
package
interfaces
type
Service
interface
{
ing
2018-04-17 07:26:34 +00:00
Init
(
)
error
Start
(
)
error
Stop
(
)
Destroy
(
)
ing
2018-04-12 09:38:04 +00:00
}
Reference in New Issue
Copy Permalink