2023-04-10 15:36:59 +00:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2021-10-01 13:59:55 +00:00
|
|
|
//go:build !ent
|
2020-02-10 20:56:14 +00:00
|
|
|
// +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 {
|
|
|
|
}
|