github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/helper/raftutil/fsm_oss.go (about) 1 // +build !ent 2 3 package raftutil 4 5 import "github.com/hashicorp/nomad/nomad/state" 6 7 func insertEnterpriseState(m map[string][]interface{}, state *state.StateStore) { 8 }