open-nomad/scheduler/scheduler_oss.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
174 B
Go
Raw Normal View History

//go:build !ent
// +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 {
}