Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct { Name string URI string Sha string Processors []Processor `yaml:"-"` OriginalProcessors []map[string]interface{} `yaml:"processors,flow"` }
Plugin represents an individual Minecraft plugin dependency
type UnzipProcessor ¶
UnzipProcessor unzips a file to extract a plugin
func (*UnzipProcessor) Process ¶
func (pr *UnzipProcessor) Process(p *Plugin) error
Process performs the unzip
Click to show internal directories.
Click to hide internal directories.