13 lines
253 B
Go
13 lines
253 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
//go:build !ent
|
|
// +build !ent
|
|
|
|
package raftutil
|
|
|
|
import "github.com/hashicorp/nomad/nomad/state"
|
|
|
|
func insertEnterpriseState(m map[string][]interface{}, state *state.StateStore) {
|
|
}
|