Documentation ¶
Overview ¶
Package vtctldata is a generated protocol buffer package.
It is generated from these files:
vtctldata.proto
It has these top-level messages:
ExecuteVtctlCommandRequest ExecuteVtctlCommandResponse
Index ¶
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" json:"args,omitempty"` ActionTimeout int64 `protobuf:"varint,2,opt,name=action_timeout,json=actionTimeout" json:"action_timeout,omitempty"` }
ExecuteVtctlCommandRequest is the payload for ExecuteVtctlCommand. timeouts are in nanoseconds.
func (*ExecuteVtctlCommandRequest) Descriptor ¶
func (*ExecuteVtctlCommandRequest) Descriptor() ([]byte, []int)
func (*ExecuteVtctlCommandRequest) ProtoMessage ¶
func (*ExecuteVtctlCommandRequest) ProtoMessage()
func (*ExecuteVtctlCommandRequest) Reset ¶
func (m *ExecuteVtctlCommandRequest) Reset()
func (*ExecuteVtctlCommandRequest) String ¶
func (m *ExecuteVtctlCommandRequest) String() string
type ExecuteVtctlCommandResponse ¶
type ExecuteVtctlCommandResponse struct {
Event *logutil.Event `protobuf:"bytes,1,opt,name=event" json:"event,omitempty"`
}
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
Click to show internal directories.
Click to hide internal directories.