Documentation
¶
Index ¶
Constants ¶
View Source
const ( SERV_LOG = "utmstack_updater.log" SERV_AGENT_NAME = "UTMStackAgent" )
Variables ¶
View Source
var ( DependUrl = "https://%s:%s/private/dependencies/agent/%s" AgentManagerPort = "9000" LogAuthProxyPort = "50051" DependenciesPort = "9001" VersionPath = filepath.Join(fs.GetExecutablePath(), "version.json") )
Functions ¶
func ServiceFile ¶
ServiceFile returns the agent binary name with OS and architecture suffix. Format: utmstack_agent_service_<os>_<arch>[.exe] Examples:
- utmstack_agent_service_linux_amd64
- utmstack_agent_service_windows_amd64.exe
- utmstack_agent_service_darwin_arm64
Types ¶
Click to show internal directories.
Click to hide internal directories.