overflow_commons_go/modules/commons/interfaces/Service.go

7 lines
65 B
Go
Raw Permalink Normal View History

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