overflow_commons_go/modules/commons/interfaces/EndableStarter.go

6 lines
95 B
Go
Raw Permalink Normal View History

2018-03-26 03:34:32 +00:00
package interfaces
type EndableStarter interface {
EndableStart(endded chan<- error) error
}