github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/helper/raftutil/fsm_oss.go (about)

     1  //go:build !ent
     2  // +build !ent
     3  
     4  package raftutil
     5  
     6  import "github.com/hashicorp/nomad/nomad/state"
     7  
     8  func insertEnterpriseState(m map[string][]interface{}, state *state.StateStore) {
     9  }