package
Version:
v0.0.0-...-0626c00
Opens a new window with list of versions in this module.
Published: Oct 14, 2024
License: MIT
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Pack struct {
FormatVersion uint32 `json:"formatVersion"`
Game string `json:"game"`
VersionID string `json:"versionId"`
Name string `json:"name"`
Summary string `json:"summary,omitempty"`
Files []PackFile `json:"files"`
Dependencies map[string]string `json:"dependencies"`
}
type PackFile struct {
Path string `json:"path"`
Hashes map[string]string `json:"hashes"`
Env *struct {
Client string `json:"client"`
Server string `json:"server"`
} `json:"env"`
Downloads []string `json:"downloads"`
FileSize uint32 `json:"fileSize"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.