github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/client/state/12types.go (about)

     1  package state
     2  
     3  import "github.com/hashicorp/nomad/client/dynamicplugins"
     4  
     5  // RegistryState12 is the dynamic plugin registry state persisted
     6  // before 1.3.0.
     7  type RegistryState12 struct {
     8  	Plugins map[string]map[string]*dynamicplugins.PluginInfo
     9  }