mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
removing driver_mock
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
// +build nomad_test
|
||||
|
||||
package driver
|
||||
|
||||
// Add the mock driver
|
||||
func init() {
|
||||
BuiltinDrivers["mock_driver"] = NewMockDriver
|
||||
}
|
||||
@@ -16,6 +16,11 @@ import (
|
||||
"github.com/hashicorp/nomad/nomad/structs"
|
||||
)
|
||||
|
||||
// Add the mock driver to the list of builtin drivers
|
||||
func init() {
|
||||
BuiltinDrivers["mock_driver"] = NewMockDriver
|
||||
}
|
||||
|
||||
// MockDriverConfig is the driver configuration for the MockDriver
|
||||
type MockDriverConfig struct {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user