windowsruntime

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const SchemaVersion = 1

Variables

This section is empty.

Functions

func PathForBinary

func PathForBinary(binaryPath string) string

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 Load

func Load(path string) (Manifest, error)

func LoadForBinary

func LoadForBinary(binaryPath string) (Manifest, error)

func (Manifest) HealthURL

func (manifest Manifest) HealthURL() string

func (Manifest) UsesScheduledTask

func (manifest Manifest) UsesScheduledTask() bool

func (Manifest) Validate

func (manifest Manifest) Validate() error

Jump to

Keyboard shortcuts

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