agent

package
v1.0.68 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2025 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddAgentLogLine

func AddAgentLogLine(agentAPIKey string, source string, line string, inital bool) error

func CheckAgentModsConfigs

func CheckAgentModsConfigs() error

func CheckAgentVersions

func CheckAgentVersions() error

func CheckAllAgentsLastComms

func CheckAllAgentsLastComms() error

func GetAgentByAPIKey

func GetAgentByAPIKey(agentAPIKey string) (*modelsv2.AgentSchema, error)

func GetAgentById

func GetAgentById(accountIdStr string, agentIdStr string) (*modelsv2.AgentSchema, error)

func GetAgentByIdNoAccount

func GetAgentByIdNoAccount(agentIdStr string) (*modelsv2.AgentSchema, error)

func GetAgentConfig

func GetAgentConfig(agentAPIKey string) (types.API_AgentConfig_ResData, error)

func GetAgentModConfig

func GetAgentModConfig(agentAPIKey string) (*modelsv2.AgentModConfig, error)

func GetAgentSaves

func GetAgentSaves(agentAPIKey string) ([]modelsv2.AgentSave, error)

func GetAgentTasksApi

func GetAgentTasksApi(agentAPIKey string) ([]modelsv2.AgentTask, error)

func GetAllAgents

func GetAllAgents(accountIdStr string) ([]*modelsv2.AgentSchema, error)

func InitAgentService

func InitAgentService()

func MarkAgentTaskCompleted

func MarkAgentTaskCompleted(agentAPIKey string, taskId string) error

func MarkAgentTaskFailed

func MarkAgentTaskFailed(agentAPIKey string, taskId string) error

func PostAgentSyncSaves

func PostAgentSyncSaves(agentAPIKey string, saves []modelsv2.AgentSave) error

func PurgeAgentTasks

func PurgeAgentTasks() error

func ShutdownAgentService

func ShutdownAgentService() error

func UpdateAgentConfigApi

func UpdateAgentConfigApi(agentAPIKey string, version string, ip string) error

func UpdateAgentLastComm

func UpdateAgentLastComm(agentAPIKey string) error

func UpdateAgentModConfig

func UpdateAgentModConfig(agentAPIKey string, newConfig *modelsv2.AgentModConfig) error

func UpdateAgentStatus

func UpdateAgentStatus(agentAPIKey string, online bool, installed bool, running bool, cpu float64, mem float32, installedSFVersion int64, latestSFVersion int64) error

func UpdateAgentTaskItem

func UpdateAgentTaskItem(agentAPIKey string, taskId string, newTask modelsv2.AgentTask) error

func UploadPendingLogs

func UploadPendingLogs() error

func UploadedAgentBackup

func UploadedAgentBackup(agentAPIKey string, fileIdentity types.StorageFileIdentity) error

func UploadedAgentLog

func UploadedAgentLog(agentAPIKey string, fileIdentity types.StorageFileIdentity) error

func UploadedAgentSave

func UploadedAgentSave(agentAPIKey string, fileIdentity types.StorageFileIdentity, updateModTime bool) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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