command

package
v0.1.0-alpha Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2018 License: Apache-2.0 Imports: 0 Imported by: 15

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Alias = map[Command]string{
	Reserved: "Reserved",
	Register: "Register",
	Ping:     "Ping",
	Scan:     "Scan",
	ScanFile: "ScanFile",
	ScanDir:  "ScanDir",
	ScanPID:  "ScanPID",
}
View Source
var RevAlias = map[string]Command{
	"Reserved": Reserved,
	"Register": Register,
	"Ping":     Ping,
	"Scan":     Scan,
	"ScanFile": ScanFile,
	"ScanDir":  ScanDir,
	"ScanPID":  ScanPID,
}

Functions

This section is empty.

Types

type Command

type Command int
const (
	Reserved Command = iota
	Register
	Ping
	Scan
	ScanFile
	ScanDir
	ScanPID
)

Jump to

Keyboard shortcuts

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