cmd

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: May 17, 2025 License: Unlicense Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultPort  = "9001"
	DefaultShell = "sh"
	DefaultIP    = "10.10.13.37"
)

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type Command

type Command struct {
	Name    string
	Method  string
	Command string
	Meta    []string
}

type CommandParams

type CommandParams struct {
	Name      string
	Method    string
	IPAddress string
	Port      string
	Shell     string
	Encoding  string
}

type ConfigSettings

type ConfigSettings struct {
	IPAddress string
	Port      string
	Shell     string
	Encoding  string
}

type IPSource

type IPSource struct {
	Address string
	Source  string
	Primary bool
}

Jump to

Keyboard shortcuts

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