app

package
v1.0.33 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

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_AccountAgentConfig_PutData struct {
	UpdatedAgent models.Agents `json:"updatedAgent"`
}

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_AccountCreateAgent_PostData

type API_AccountCreateAgent_PostData struct {
	AgentName string `json:"agentName"`
	Port      int    `json:"port"`
	Memory    int64  `json:"memory"`
}

type API_AccountLogin_PostData

type API_AccountLogin_PostData struct {
	Email    string `json:"email"`
	Password string `json:"password"`
}

type API_AccountSignup_PostData

type API_AccountSignup_PostData struct {
	Email       string `json:"email"`
	Password    string `json:"password"`
	AccountName string `json:"accountName"`
}

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_PutData struct {
	Version string `json:"version"`
	IP      string `json:"ip"`
}

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_AgentStatus_PutData 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 API_AgentTaskItem_PutData added in v1.0.14

type API_AgentTaskItem_PutData struct {
	Item models.AgentTask `json:"item"`
}

type API_CreateAccountUser_PostData added in v1.0.14

type API_CreateAccountUser_PostData struct {
	Email string `json:"email"`
}

type API_UpdatePlayers_Player_PostData added in v1.0.16

type API_UpdatePlayers_Player_PostData struct {
	Name     string          `json:"name"`
	Location models.Vector3F `json:"location"`
}

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 FicsitAPI_Response_GetMods_Mods struct {
	Mods []models.Mods `json:"mods"`
}

type FicsitAPI_Response_GetSMLVersions added in v1.0.14

type FicsitAPI_Response_GetSMLVersions struct {
	GetSMLVersions FicsitAPI_Response_GetSMLVersions_SMLVersions `json:"getSMLVersions"`
}

type FicsitAPI_Response_GetSMLVersions_SMLVersions added in v1.0.14

type FicsitAPI_Response_GetSMLVersions_SMLVersions struct {
	SMLVersions []resolver.SMLVersion `json:"sml_versions"`
}

type Middleware_Session_JWT

type Middleware_Session_JWT struct {
	SessionID string `json:"sessionId"`
	AccountID string `json:"accountId"`
	UserID    string `json:"userId"`
}

type Vector3f added in v1.0.16

type Vector3f struct {
	X float32 `json:"x"`
	Y float32 `json:"y"`
	Z float32 `json:"z"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL