open-nomad/plugins/drivers/errors.go

6 lines
95 B
Go

package drivers
import "fmt"
var ErrTaskNotFound = fmt.Errorf("task not found for given id")