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 {
|
|
}
|