package broker
import "local/truckstop/config"
type Broker interface {
Search([]config.State) ([]Job, error)
}