open-nomad/scheduler/scheduler_oss.go

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

13 lines
244 B
Go
Raw Normal View History

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//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 {
}