Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Cmd is the command 'shell' which returns the Gogo Shell from a running Liferay bundle Cmd = &cobra.Command{ Use: "shell", Short: "Connect and get Liferay Gogo Shell", Aliases: []string{"sh"}, Args: cobra.NoArgs, Run: run, } Host string Port int )
View Source
var GogoShellCaller telnet.Caller = internalGogoShellCaller{}
Telnet caller for Gogo Shell
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.