crusader 3f0bf9bd30 ing
2018-03-26 12:59:43 +09:00

7 lines
65 B
Go

package interfaces
type Service interface {
Starter
Stopper
}