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