9 lines
167 B
Go
9 lines
167 B
Go
|
// +build !ent
|
||
|
|
||
|
package raftutil
|
||
|
|
||
|
import "github.com/hashicorp/nomad/nomad/state"
|
||
|
|
||
|
func insertEnterpriseState(m map[string][]interface{}, state *state.StateStore) {
|
||
|
}
|