open-nomad/helper/raftutil/fsm_oss.go
2020-08-31 08:45:59 -04:00

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