Documentation ¶
Index ¶
- type ExecuteVtctlCommandRequest
- func (*ExecuteVtctlCommandRequest) Descriptor() ([]byte, []int)
- func (m *ExecuteVtctlCommandRequest) GetActionTimeout() int64
- func (m *ExecuteVtctlCommandRequest) GetArgs() []string
- func (*ExecuteVtctlCommandRequest) ProtoMessage()
- func (m *ExecuteVtctlCommandRequest) Reset()
- func (m *ExecuteVtctlCommandRequest) String() string
- func (m *ExecuteVtctlCommandRequest) XXX_DiscardUnknown()
- func (m *ExecuteVtctlCommandRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ExecuteVtctlCommandRequest) XXX_Merge(src proto.Message)
- func (m *ExecuteVtctlCommandRequest) XXX_Size() int
- func (m *ExecuteVtctlCommandRequest) XXX_Unmarshal(b []byte) error
- type ExecuteVtctlCommandResponse
- func (*ExecuteVtctlCommandResponse) Descriptor() ([]byte, []int)
- func (m *ExecuteVtctlCommandResponse) GetEvent() *logutil.Event
- func (*ExecuteVtctlCommandResponse) ProtoMessage()
- func (m *ExecuteVtctlCommandResponse) Reset()
- func (m *ExecuteVtctlCommandResponse) String() string
- func (m *ExecuteVtctlCommandResponse) XXX_DiscardUnknown()
- func (m *ExecuteVtctlCommandResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ExecuteVtctlCommandResponse) XXX_Merge(src proto.Message)
- func (m *ExecuteVtctlCommandResponse) XXX_Size() int
- func (m *ExecuteVtctlCommandResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecuteVtctlCommandRequest ¶
type ExecuteVtctlCommandRequest struct { Args []string `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"` ActionTimeout int64 `protobuf:"varint,2,opt,name=action_timeout,json=actionTimeout,proto3" json:"action_timeout,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
ExecuteVtctlCommandRequest is the payload for ExecuteVtctlCommand. timeouts are in nanoseconds.
func (*ExecuteVtctlCommandRequest) Descriptor ¶
func (*ExecuteVtctlCommandRequest) Descriptor() ([]byte, []int)
func (*ExecuteVtctlCommandRequest) GetActionTimeout ¶
func (m *ExecuteVtctlCommandRequest) GetActionTimeout() int64
func (*ExecuteVtctlCommandRequest) GetArgs ¶
func (m *ExecuteVtctlCommandRequest) GetArgs() []string
func (*ExecuteVtctlCommandRequest) ProtoMessage ¶
func (*ExecuteVtctlCommandRequest) ProtoMessage()
func (*ExecuteVtctlCommandRequest) Reset ¶
func (m *ExecuteVtctlCommandRequest) Reset()
func (*ExecuteVtctlCommandRequest) String ¶
func (m *ExecuteVtctlCommandRequest) String() string
func (*ExecuteVtctlCommandRequest) XXX_DiscardUnknown ¶
func (m *ExecuteVtctlCommandRequest) XXX_DiscardUnknown()
func (*ExecuteVtctlCommandRequest) XXX_Marshal ¶
func (m *ExecuteVtctlCommandRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecuteVtctlCommandRequest) XXX_Merge ¶
func (dst *ExecuteVtctlCommandRequest) XXX_Merge(src proto.Message)
func (*ExecuteVtctlCommandRequest) XXX_Size ¶
func (m *ExecuteVtctlCommandRequest) XXX_Size() int
func (*ExecuteVtctlCommandRequest) XXX_Unmarshal ¶
func (m *ExecuteVtctlCommandRequest) XXX_Unmarshal(b []byte) error
type ExecuteVtctlCommandResponse ¶
type ExecuteVtctlCommandResponse struct { Event *logutil.Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
ExecuteVtctlCommandResponse is streamed back by ExecuteVtctlCommand.
func (*ExecuteVtctlCommandResponse) Descriptor ¶
func (*ExecuteVtctlCommandResponse) Descriptor() ([]byte, []int)
func (*ExecuteVtctlCommandResponse) GetEvent ¶
func (m *ExecuteVtctlCommandResponse) GetEvent() *logutil.Event
func (*ExecuteVtctlCommandResponse) ProtoMessage ¶
func (*ExecuteVtctlCommandResponse) ProtoMessage()
func (*ExecuteVtctlCommandResponse) Reset ¶
func (m *ExecuteVtctlCommandResponse) Reset()
func (*ExecuteVtctlCommandResponse) String ¶
func (m *ExecuteVtctlCommandResponse) String() string
func (*ExecuteVtctlCommandResponse) XXX_DiscardUnknown ¶
func (m *ExecuteVtctlCommandResponse) XXX_DiscardUnknown()
func (*ExecuteVtctlCommandResponse) XXX_Marshal ¶
func (m *ExecuteVtctlCommandResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecuteVtctlCommandResponse) XXX_Merge ¶
func (dst *ExecuteVtctlCommandResponse) XXX_Merge(src proto.Message)
func (*ExecuteVtctlCommandResponse) XXX_Size ¶
func (m *ExecuteVtctlCommandResponse) XXX_Size() int
func (*ExecuteVtctlCommandResponse) XXX_Unmarshal ¶
func (m *ExecuteVtctlCommandResponse) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.