package
Version:
v1.0.79
Opens a new window with list of versions in this module.
Published: Dec 9, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APIError struct {
ResponseCode int
}
type HttpRequestBody_Status struct {
Online bool `json:"online"`
Installed bool `json:"installed"`
Running bool `json:"running"`
CPU float64 `json:"cpu"`
MEM float32 `json:"mem"`
InstalledSFVersion int64 `json:"installedSFVersion"`
LatestSFVersion int64 `json:"latestSFVersion"`
}
type HttpResponseBody struct {
Success bool `json:"success"`
Error string `json:"error"`
Data interface{} `json:"data"`
}
type HttpResponseBody_SaveSync_Save struct {
UUID string `json:"uuid"`
FileName string `json:"fileName"`
FilePath string `json:"-"`
Size int64 `json:"size"`
ModTime time.Time `json:"modTime"`
MarkForUpload bool `json:"-"`
MarkForDownload bool `json:"-"`
}
type InstalledMod struct {
ModReference string
ModPath string
ModDisplayName string `json:"FriendlyName"`
ModUPluginPath string
ModVersion string `json:"SemVersion"`
ShouldUninstall bool
}
type UPluginFile struct {
SemVersion string `json:"SemVersion"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.