github.com/hernad/nomad@v1.6.112/helper/raftutil/fsm_oss.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  //go:build !ent
     5  // +build !ent
     6  
     7  package raftutil
     8  
     9  import "github.com/hernad/nomad/nomad/state"
    10  
    11  func insertEnterpriseState(m map[string][]interface{}, state *state.StateStore) {
    12  }