app

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2026 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(args []string, stdout io.Writer, stderr io.Writer) int

Types

type Config

type Config struct {
	Destination DestinationConfig       `json:"destination"`
	Sources     map[string]SourceConfig `json:"sources"`
}

type DestinationConfig

type DestinationConfig struct {
	Name string `json:"name"`
}

type SourceConfig

type SourceConfig struct {
	SSHTarget       string `json:"ssh_target"`
	RemoteBin       string `json:"remote_bin,omitempty"`
	LaunchMode      string `json:"launch_mode,omitempty"`
	TaskBridgeDir   string `json:"task_bridge_dir,omitempty"`
	CaptureTaskName string `json:"capture_task_name,omitempty"`
	SetTextTaskName string `json:"set_text_task_name,omitempty"`
}

Jump to

Keyboard shortcuts

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