shell

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2025 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Ping = iota
	BasicInfo
	Exec
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IManager

type IManager interface {
	Ping(p ...IParams) (bool, error)
	BasicInfo(p ...IParams) (IResult, error)
	CommandExec(p IParams) (IResult, error)
	FileManagement(p IParams) (IResult, error)
	DatabaseManagement(p IParams) (IResult, error)
}

type IParams

type IParams interface {
	SetDefaultAndCheckValue() error
}

type IResult

type IResult interface {
	Parser() error
	ToMap() map[string]string
	ToString() string
}

type ScriptType

type ScriptType string
const (
	JspScript    ScriptType = "jsp"
	JspxScript   ScriptType = "jspx"
	PhpScript    ScriptType = "php"
	CsharpScript ScriptType = "aspx"
	AspScript    ScriptType = "asp"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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