open-nomad/scheduler/scheduler_oss.go
Alex Dadgar c1cc51dbee sync
2017-10-13 14:36:02 -07:00

9 lines
163 B
Go

// +build !pro,!ent
package scheduler
// StateEnterprise are the available state store methods for the enterprise
// version.
type StateEnterprise interface {
}