client

package
v0.0.0-...-9ccd474 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2022 License: BSD-3-Clause Imports: 49 Imported by: 1

Documentation

Index

Constants

View Source
const (
	DefaultIdentityFile = ".ssh/id_ed25519" // Relative to home directory.
	DefaultPin          = true
	DefaultWait         = true
	ShortcutDebugLog    = "/dev/stderr"
)

Variables

View Source
var Defaults = []string{
	".config/gate/client.toml",
	".config/gate/client.d/*.toml",
}

Defaults are relative to home directory.

View Source
var Version string

Functions

func Main

func Main()

Types

type Config

type Config struct {
	IdentityFile string
	Pin          bool
	ModuleTags   []string
	Wait         bool
	Function     string
	Instance     string
	InstanceTags []string
	Scope        []string
	Suspend      bool
	DebugLog     string
	REPL         REPLConfig
	// contains filtered or unexported fields
}

type REPLConfig

type REPLConfig struct {
	HistoryFile  string
	HistoryLimit int
}

Jump to

Keyboard shortcuts

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