mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
9 lines
158 B
Go
9 lines
158 B
Go
// +build !ent
|
|
|
|
package scheduler
|
|
|
|
// StateEnterprise are the available state store methods for the enterprise
|
|
// version.
|
|
type StateEnterprise interface {
|
|
}
|