open-nomad/scheduler/scheduler_oss.go

9 lines
158 B
Go
Raw Normal View History

// +build !ent
2017-10-13 21:36:02 +00:00
package scheduler
// StateEnterprise are the available state store methods for the enterprise
// version.
type StateEnterprise interface {
}