mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Modify ordering of attributes
This commit is contained in:
parent
a08204d4ba
commit
ced8f947f8
1 changed files with 1 additions and 1 deletions
|
|
@ -47,8 +47,8 @@ type Plugin struct {
|
|||
Location string // Location of the plugin (generally path to binary)
|
||||
Mappers []*argmapper.Func // Plugin specific mappers
|
||||
Name string // Name of the plugin
|
||||
Types []component.Type // Component types supported by this plugin
|
||||
Options map[component.Type]interface{} // Options for supported components
|
||||
Types []component.Type // Component types supported by this plugin
|
||||
|
||||
cleaner cleanup.Cleanup // Cleanup tasks to perform on closing
|
||||
logger hclog.Logger
|
||||
|
|
|
|||
Loading…
Reference in a new issue