Documentation
¶
Index ¶
- Variables
- func CreateWithSpecification(daemonConnection *grpc.ClientConn, ...) (string, error)
- func ListWithSelection(daemonConnection *grpc.ClientConn, selection *selection.Selection, long bool) error
- func PauseWithSelection(daemonConnection *grpc.ClientConn, selection *selection.Selection) error
- func ResumeWithSelection(daemonConnection *grpc.ClientConn, selection *selection.Selection) error
- func TerminateWithSelection(daemonConnection *grpc.ClientConn, selection *selection.Selection) error
Constants ¶
This section is empty.
Variables ¶
var ForwardCommand = &cobra.Command{ Use: "forward", Short: "Create and manage network forwarding sessions", RunE: forwardMain, SilenceUsage: true, }
ForwardCommand is the forward command.
Functions ¶
func CreateWithSpecification ¶
func CreateWithSpecification( daemonConnection *grpc.ClientConn, specification *forwardingsvc.CreationSpecification, ) (string, error)
CreateWithSpecification is an orchestration convenience method that performs a create operation using the provided daemon connection and session specification.
func ListWithSelection ¶ added in v0.12.0
func ListWithSelection( daemonConnection *grpc.ClientConn, selection *selection.Selection, long bool, ) error
ListWithSelection is an orchestration convenience method that performs a list operation using the provided daemon connection and session selection and then prints status information.
func PauseWithSelection ¶ added in v0.12.0
func PauseWithSelection( daemonConnection *grpc.ClientConn, selection *selection.Selection, ) error
PauseWithSelection is an orchestration convenience method that performs a pause operation using the provided daemon connection and session selection.
func ResumeWithSelection ¶ added in v0.12.0
func ResumeWithSelection( daemonConnection *grpc.ClientConn, selection *selection.Selection, ) error
ResumeWithSelection is an orchestration convenience method that performs a resume operation using the provided daemon connection and session selection.
func TerminateWithSelection ¶ added in v0.12.0
func TerminateWithSelection( daemonConnection *grpc.ClientConn, selection *selection.Selection, ) error
TerminateWithSelection is an orchestration convenience method that performs a terminate operation using the provided daemon connection and session selection.
Types ¶
This section is empty.