ing
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package interfaces
|
||||
|
||||
type Service interface {
|
||||
Starter
|
||||
Stopper
|
||||
Init() error
|
||||
Start() error
|
||||
Stop()
|
||||
Destroy()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user