Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶ added in v0.10.0
type Agent struct { Config *config.Config Git git.IGitService Ssh SshServer Toolbox ToolboxServer Tailscale TailscaleServer LogWriter io.Writer TelemetryEnabled bool // contains filtered or unexported fields }
type TailscaleServer ¶ added in v0.10.0
type TailscaleServer interface {
Start() error
}
type ToolboxServer ¶ added in v0.49.0
type ToolboxServer interface {
Start() error
}
Click to show internal directories.
Click to hide internal directories.