Documentation
¶
Index ¶
- type APIUpdateServerSettings
- type APIUpdateServerSettingsRequest
- type API_AcceptInvite_PostData
- type API_AccountAgentMod_PostData
- type API_AgentConfig_PutData
- type API_AgentConfig_ResData
- type API_AgentStatus_PutData
- type API_AgentTaskItem_PutData
- type API_CreateAccountUser_PostData
- type API_UpdateBuildings_Building_PostData
- type API_UpdateBuildings_PostData
- type API_UpdatePlayers_Player_PostData
- type API_UpdatePlayers_PostData
- type FicsitAPI_Response_GetMods
- type FicsitAPI_Response_GetMods_Mods
- type StorageFileIdentity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIUpdateServerSettings ¶
type APIUpdateServerSettings struct {
ConfigSetting string `form:"_ConfigSetting" json:"configSetting"`
UpdateOnStart string `form:"inp_updateonstart" json:"updateOnStart"`
AutoRestart string `form:"inp_autorestart" json:"autoRestart"`
AutoPause string `form:"inp_autoPause" json:"autoPause"`
AutoSaveOnDisconnect string `form:"inp_autoSaveOnDisconnect" json:"autoSaveOnDisconnect"`
AutoSaveInterval int `form:"inp_autoSaveInterval" json:"autoSaveInterval"`
SeasonalEvents string `form:"inp_seasonalEvents" json:"seasonalEvents"`
MaxPlayers int `form:"inp_maxplayers" json:"maxPlayers"`
WorkerThreads int `form:"inp_workerthreads" json:"workerThreads"`
Branch string `form:"inp_sfbranch" json:"branch"`
BackupInterval float32 `form:"inp_backupinterval" json:"backupInterval"`
BackupKeep int `form:"inp_backupkeep" json:"backupKeep"`
ModReference string `form:"inp_mod_ref" json:"modReference"`
ModConfig string `form:"inp_modConfig" json:"modConfig"`
}
type APIUpdateServerSettingsRequest ¶
type APIUpdateServerSettingsRequest struct {
APIUpdateServerSettings
ID string `json:"agentId"`
}
type API_AcceptInvite_PostData ¶
type API_AcceptInvite_PostData struct {
Password string `json:"password"`
}
type API_AgentConfig_PutData ¶
type API_AgentConfig_ResData ¶
type API_AgentConfig_ResData struct {
Config modelsv2.AgentConfig `json:"config"`
ServerConfig modelsv2.AgentServerConfig `json:"serverConfig"`
}
type API_AgentStatus_PutData ¶
type API_CreateAccountUser_PostData ¶
type API_CreateAccountUser_PostData struct {
Email string `json:"email"`
}
type API_UpdateBuildings_PostData ¶
type API_UpdateBuildings_PostData struct {
Buildings []API_UpdateBuildings_Building_PostData `json:"buildings"`
}
type API_UpdatePlayers_PostData ¶
type API_UpdatePlayers_PostData struct {
Players []API_UpdatePlayers_Player_PostData `json:"players"`
}
type FicsitAPI_Response_GetMods ¶
type FicsitAPI_Response_GetMods struct {
GetMods FicsitAPI_Response_GetMods_Mods `json:"getMods"`
}
Click to show internal directories.
Click to hide internal directories.