parse ntg jobs and strigify them
This commit is contained in:
7
broker/broker.go
Normal file
7
broker/broker.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package broker
|
||||
|
||||
import "local/truckstop/config"
|
||||
|
||||
type Broker interface {
|
||||
Search([]config.State) ([]Job, error)
|
||||
}
|
||||
Reference in New Issue
Block a user