commons-go/core/interfaces/EndableStarter.go

6 lines
92 B
Go
Raw Normal View History

2018-04-12 18:38:04 +09:00
package interfaces
type EndableStarter interface {
EndableStart() (<-chan error, error)
}