Documentation ¶
Index ¶
Constants ¶
View Source
const BasePath = "mgmt/tm/util"
View Source
const BashEndpoint = "/bash"
BashEndpoint represents the REST resource used to execute bash commands.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BashCommand ¶
type BashResource ¶
type BashResource struct {
// contains filtered or unexported fields
}
A BashResource provides an API to run bash commands
func (*BashResource) Run ¶
func (br *BashResource) Run(item BashCommand) (*BashCommand, error)
Click to show internal directories.
Click to hide internal directories.