4d90afb425
mostly to handle build directives in 1.17.
10 lines
174 B
Go
10 lines
174 B
Go
//go:build !ent
|
|
// +build !ent
|
|
|
|
package scheduler
|
|
|
|
// StateEnterprise are the available state store methods for the enterprise
|
|
// version.
|
|
type StateEnterprise interface {
|
|
}
|