config

package
v0.0.0-...-36703ba Latest Latest
Warning

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

Go to latest
Published: May 13, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Repo       string `yaml:"repo"`
	Entrypoint string `yaml:"entrypoint"`
	HomeDir    string `yaml:"homedir"`
	HostAlias  string `yaml:"hostalias"`
	Mode       string `yaml:"mode"`
}

func ReadConfigFile

func ReadConfigFile(configFilePath string) (*Config, error)

type GlobalExec

type GlobalExec struct {
	Connection *ssh.Client
	Config     Config
}

Jump to

Keyboard shortcuts

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