Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ModData ¶
type ModData struct {
Mods []ModDataEntry `json:"Mods"`
MD5 string `json:"MD5"`
}
func InspectModZip ¶
func ReadInfoJson ¶
func (ModData) Entry ¶
func (m ModData) Entry() ModDataEntry
type ModDataEntry ¶
type ModDataEntry struct {
Author string `json:"Author"`
Name string `json:"Name"`
Folder string `json:"Folder"`
Version string `json:"Version"`
Description string `json:"Description"`
UUID string `json:"UUID"`
Created string `json:"Created"`
Dependencies []any `json:"Dependencies"`
Group string `json:"Group"`
}
Click to show internal directories.
Click to hide internal directories.