executor.go 54 Bytes
package backend

type Executor interface {
	Start()
}