9 lines
163 B
Go
9 lines
163 B
Go
// +build !pro,!ent
|
|
|
|
package scheduler
|
|
|
|
// StateEnterprise are the available state store methods for the enterprise
|
|
// version.
|
|
type StateEnterprise interface {
|
|
}
|