cmd

package
v0.0.0-...-c267cfe Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute(serve serveFn)

Types

type Config

type Config struct {
	SshAddress         string `mapstructure:"address"`
	SshUsername        string `mapstructure:"username"`
	SshPassword        string `mapstructure:"password"`
	SshRootPath        string `mapstructure:"root"`
	PrivateKeyFilePath string `mapstructure:"private-key"`
	LocalServePort     string `mapstructure:"serve-port"`
	SkipMount          bool   `mapstructure:"skip-mount"`
	MountOptions       string `mapstructure:"mount-options"`
	MountPath          string `mapstructure:"mount-path"`
}

Jump to

Keyboard shortcuts

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