package
Version:
v0.0.0-...-8887655
Opens a new window with list of versions in this module.
Published: Aug 16, 2020
License: ISC
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type InfoJSON struct {
Dependencies []string `json:"dependencies"`
FactorioVersion string `json:"factorio_json"`
}
type Mod struct {
Name string `json:"name"`
Releases []Release `json:"releases"`
}
type Release struct {
DownloadURL string `json:"download_url"`
FileName string `json:"file_name"`
Info InfoJSON `json:"info_json"`
ReleasedAt string `json:"released_at"`
SHA1 string `json:"sha1"`
Version string `json:"version"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.