Documentation ¶
Index ¶
- type API_AcceptInvite_PostData
- type API_AccountAgentConfig_PutData
- type API_AccountAgentMod_PostData
- type API_AccountAgentTask_PostData
- type API_AccountLogin_PostData
- type API_AccountSignup_PostData
- type API_AccountUserApiKey_PostData
- type API_AccountUserTwoFACode_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 Middleware_Session_JWT
- type Vector3f
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API_AcceptInvite_PostData ¶ added in v1.0.14
type API_AcceptInvite_PostData struct {
Password string `json:"password"`
}
type API_AccountAgentConfig_PutData ¶ added in v1.0.14
type API_AccountAgentMod_PostData ¶ added in v1.0.14
type API_AccountAgentMod_PostData struct {
ModReference string `json:"modReference"`
}
type API_AccountAgentTask_PostData ¶ added in v1.0.14
type API_AccountAgentTask_PostData struct { Action string `json:"action"` Data interface{} `json:"data"` }
type API_AccountUserApiKey_PostData ¶ added in v1.0.39
type API_AccountUserApiKey_PostData struct {
APIKey string `json:"apikey"`
}
type API_AccountUserTwoFACode_PostData ¶ added in v1.0.11
type API_AccountUserTwoFACode_PostData struct {
Token string `json:"token"`
}
type API_AgentConfig_PutData ¶ added in v1.0.14
type API_AgentConfig_ResData ¶ added in v1.0.14
type API_AgentConfig_ResData struct { Config models.AgentConfig `json:"config"` ServerConfig models.AgentServerConfig `json:"serverConfig"` }
type API_AgentStatus_PutData ¶ added in v1.0.14
type API_AgentTaskItem_PutData ¶ added in v1.0.14
type API_CreateAccountUser_PostData ¶ added in v1.0.14
type API_CreateAccountUser_PostData struct {
Email string `json:"email"`
}
type API_UpdateBuildings_Building_PostData ¶ added in v1.0.47
type API_UpdateBuildings_PostData ¶ added in v1.0.47
type API_UpdateBuildings_PostData struct {
Buildings []API_UpdateBuildings_Building_PostData `json:"buildings"`
}
type API_UpdatePlayers_Player_PostData ¶ added in v1.0.16
type API_UpdatePlayers_PostData ¶ added in v1.0.16
type API_UpdatePlayers_PostData struct {
Players []API_UpdatePlayers_Player_PostData `json:"players"`
}
type FicsitAPI_Response_GetMods ¶ added in v1.0.14
type FicsitAPI_Response_GetMods struct {
GetMods FicsitAPI_Response_GetMods_Mods `json:"getMods"`
}
type FicsitAPI_Response_GetMods_Mods ¶ added in v1.0.14
type Middleware_Session_JWT ¶
Click to show internal directories.
Click to hide internal directories.