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