Documentation
¶
Overview ¶
Package gorpcproto contains the Go RPC definitions of the structures used to execute remote vtctl commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecuteVtctlCommandArgs ¶
type ExecuteVtctlCommandArgs struct {
Args []string
// Use wrangler.DefaultActionTimeout and actionnode.DefaultLockTimeout
// for decent default values here.
ActionTimeout time.Duration
LockTimeout time.Duration
}
ExecuteVtctlCommandArgs contains the parameters for the ExecuteVtctlCommand RPC call.
Click to show internal directories.
Click to hide internal directories.