overflow_probes/commons/endable_starter.go
crusader caaed69010 ing
2017-10-12 19:02:38 +09:00

6 lines
92 B
Go

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