Documentation
¶
Overview ¶
Package command provides command execution API handlers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// JobClient provides the interface for interacting with the jobs system.
JobClient client.JobClient
// contains filtered or unexported fields
}
Command implementation of the Command APIs operations.
func (Command) PostCommandExec ¶
func (c Command) PostCommandExec( ctx context.Context, request gen.PostCommandExecRequestObject, ) (gen.PostCommandExecResponseObject, error)
PostCommandExec post the command exec API endpoint.
func (Command) PostCommandShell ¶
func (c Command) PostCommandShell( ctx context.Context, request gen.PostCommandShellRequestObject, ) (gen.PostCommandShellResponseObject, error)
PostCommandShell post the command shell API endpoint.
Click to show internal directories.
Click to hide internal directories.