Files
nomad/scheduler/scheduler_oss.go
Alex Dadgar f6fbb36054 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 {
}