Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Info - Display colorful information Info = bold + cyan + "[*] " + normal // Warn - Warn a user Warn = bold + red + "[!] " + normal // Debug - Display debug information Debug = bold + purple + "[-] " + normal // Woot - Display success Woot = bold + green + "[$] " + normal )
Variables ¶
View Source
var (
// ActiveSliver - The current sliver we're interacting with
ActiveSliver = &activeSliver{
observers: []observer{},
}
)
Functions ¶
func BindCommands ¶
func BindCommands(app *grumble.App, server *core.SliverServer)
BindCommands - Bind commands to a App
Types ¶
Click to show internal directories.
Click to hide internal directories.