Documentation
¶
Index ¶
Constants ¶
View Source
const SchemaVersion = 1
Variables ¶
This section is empty.
Functions ¶
func PathForBinary ¶
Types ¶
type Manifest ¶
type Manifest struct {
SchemaVersion int `json:"schema_version"`
AgentDockBinary string `json:"agentdock_binary"`
TrayBinary string `json:"tray_binary,omitempty"`
AgentDockLauncher string `json:"agentdock_launcher,omitempty"`
AgentDockTaskName string `json:"agentdock_task_name,omitempty"`
PrivilegeMode string `json:"privilege_mode,omitempty"`
CloudflaredLauncher string `json:"cloudflared_launcher,omitempty"`
Host string `json:"host"`
Port int `json:"port"`
LocalMCPURL string `json:"local_mcp_url"`
TunnelMode string `json:"tunnel_mode"`
PublicURL string `json:"public_url,omitempty"`
InstallChannel string `json:"install_channel"`
}
func LoadForBinary ¶
func (Manifest) UsesScheduledTask ¶
Click to show internal directories.
Click to hide internal directories.