This commit is contained in:
crusader 2018-03-26 12:59:43 +09:00
parent 21e9d8b4aa
commit 3f0bf9bd30

View File

@ -0,0 +1,6 @@
package interfaces
type Service interface {
Starter
Stopper
}