agent

package
v0.13.0-alpha Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

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       GitService
	Ssh       SshServer
	Tailscale TailscaleServer
	// contains filtered or unexported fields
}

func (*Agent) Start added in v0.10.0

func (a *Agent) Start() error

type GitService added in v0.10.0

type GitService interface {
	CloneRepository(project *serverapiclient.Project, authToken *string) error
	RepositoryExists(project *serverapiclient.Project) (bool, error)
	SetGitConfig(userData *serverapiclient.GitUser) error
}

type SshServer added in v0.10.0

type SshServer interface {
	Start() error
}

type TailscaleServer added in v0.10.0

type TailscaleServer interface {
	Start() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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