Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoinCommand ¶
type CoinCommand struct{}
CoinCommand is an empty struct that holds this commands methods
func (*CoinCommand) GetNames ¶
func (*CoinCommand) GetNames() []string
GetNames returns the command aliases for this command
func (*CoinCommand) Invoke ¶
func (command *CoinCommand) Invoke(ci *shodan.CommandInvocation) error
Invoke runs the command. This command will block a user. Currently inoperable.
type RollCommand ¶
type RollCommand struct{}
RollCommand is an empty struct that holds this commands methods
func (*RollCommand) GetNames ¶
func (*RollCommand) GetNames() []string
GetNames returns the command aliases for this command
func (*RollCommand) Invoke ¶
func (command *RollCommand) Invoke(ci *shodan.CommandInvocation) error
Invoke runs the command. This command will block a user. Currently inoperable.
Click to show internal directories.
Click to hide internal directories.