7 lines
65 B
Go
Raw Normal View History

2018-03-26 12:59:43 +09:00
package interfaces
type Service interface {
Starter
Stopper
}