Documentation ¶
Overview ¶
Package vtworkerdata is a generated protocol buffer package.
It is generated from these files:
vtworkerdata.proto
It has these top-level messages:
ExecuteVtworkerCommandRequest ExecuteVtworkerCommandResponse
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecuteVtworkerCommandRequest ¶
type ExecuteVtworkerCommandRequest struct {
Args []string `protobuf:"bytes,1,rep,name=args" json:"args,omitempty"`
}
ExecuteVtworkerCommandRequest is the payload for ExecuteVtworkerCommand.
func (*ExecuteVtworkerCommandRequest) ProtoMessage ¶
func (*ExecuteVtworkerCommandRequest) ProtoMessage()
func (*ExecuteVtworkerCommandRequest) Reset ¶
func (m *ExecuteVtworkerCommandRequest) Reset()
func (*ExecuteVtworkerCommandRequest) String ¶
func (m *ExecuteVtworkerCommandRequest) String() string
type ExecuteVtworkerCommandResponse ¶
type ExecuteVtworkerCommandResponse struct {
Event *logutil.Event `protobuf:"bytes,1,opt,name=event" json:"event,omitempty"`
}
ExecuteVtworkerCommandResponse is streamed back by ExecuteVtworkerCommand.
func (*ExecuteVtworkerCommandResponse) GetEvent ¶
func (m *ExecuteVtworkerCommandResponse) GetEvent() *logutil.Event
func (*ExecuteVtworkerCommandResponse) ProtoMessage ¶
func (*ExecuteVtworkerCommandResponse) ProtoMessage()
func (*ExecuteVtworkerCommandResponse) Reset ¶
func (m *ExecuteVtworkerCommandResponse) Reset()
func (*ExecuteVtworkerCommandResponse) String ¶
func (m *ExecuteVtworkerCommandResponse) String() string
Click to show internal directories.
Click to hide internal directories.