pkg

package
v0.0.0-...-aa32a7f Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2019 License: GPL-3.0 Imports: 0 Imported by: 0

README

pkg

Implant commands live here. This package is subdivided by operating system, using the same names as the golang GOOS environment variable, with the exception of common, which contains commands that will run on all platforms.

Commands must satisfy the Command interface and must only take zero or more string arguments. If an argument should be a number or other type, it will need to be converted internally by the command.

Documentation

Overview

Package pkg is the collection of utility packages and commands used by Slackor components which are not specific to its internals.

Utility packages and commands are kept separate from the Slackor core codebase to keep it as small and concise as possible and to allow code reuse.

Directories

Path Synopsis
Package command provides the common interface for all commands.
Package command provides the common interface for all commands.

Jump to

Keyboard shortcuts

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