open-nomad/scheduler/scheduler_oss.go

9 lines
158 B
Go

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