open-nomad/helper/raftutil/fsm_oss.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) {
}