overflow_probes/commons/starter.go

6 lines
59 B
Go
Raw Normal View History

2017-10-12 10:02:38 +00:00
package commons
type Starter interface {
Start() error
}