overflow_commons_go/modules/commons/interfaces/EndableStarter.go
crusader 2135b5fcdb ing
2018-03-26 12:34:32 +09:00

6 lines
95 B
Go

package interfaces
type EndableStarter interface {
EndableStart(endded chan<- error) error
}