open-nomad/helper/raftutil/fsm_oss.go
2023-04-10 15:36:59 +00:00

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) {
}