Documentation ¶
Index ¶
- Variables
- type ExecuteVtworkerCommandRequest
- func (*ExecuteVtworkerCommandRequest) Descriptor() ([]byte, []int)
- func (m *ExecuteVtworkerCommandRequest) GetArgs() []string
- func (m *ExecuteVtworkerCommandRequest) Marshal() (dAtA []byte, err error)
- func (m *ExecuteVtworkerCommandRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ExecuteVtworkerCommandRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExecuteVtworkerCommandRequest) ProtoMessage()
- func (m *ExecuteVtworkerCommandRequest) Reset()
- func (m *ExecuteVtworkerCommandRequest) Size() (n int)
- func (m *ExecuteVtworkerCommandRequest) String() string
- func (m *ExecuteVtworkerCommandRequest) Unmarshal(dAtA []byte) error
- func (m *ExecuteVtworkerCommandRequest) XXX_DiscardUnknown()
- func (m *ExecuteVtworkerCommandRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExecuteVtworkerCommandRequest) XXX_Merge(src proto.Message)
- func (m *ExecuteVtworkerCommandRequest) XXX_Size() int
- func (m *ExecuteVtworkerCommandRequest) XXX_Unmarshal(b []byte) error
- type ExecuteVtworkerCommandResponse
- func (*ExecuteVtworkerCommandResponse) Descriptor() ([]byte, []int)
- func (m *ExecuteVtworkerCommandResponse) GetEvent() *logutil.Event
- func (m *ExecuteVtworkerCommandResponse) Marshal() (dAtA []byte, err error)
- func (m *ExecuteVtworkerCommandResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ExecuteVtworkerCommandResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExecuteVtworkerCommandResponse) ProtoMessage()
- func (m *ExecuteVtworkerCommandResponse) Reset()
- func (m *ExecuteVtworkerCommandResponse) Size() (n int)
- func (m *ExecuteVtworkerCommandResponse) String() string
- func (m *ExecuteVtworkerCommandResponse) Unmarshal(dAtA []byte) error
- func (m *ExecuteVtworkerCommandResponse) XXX_DiscardUnknown()
- func (m *ExecuteVtworkerCommandResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExecuteVtworkerCommandResponse) XXX_Merge(src proto.Message)
- func (m *ExecuteVtworkerCommandResponse) XXX_Size() int
- func (m *ExecuteVtworkerCommandResponse) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ExecuteVtworkerCommandRequest ¶
type ExecuteVtworkerCommandRequest struct { Args []string `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
ExecuteVtworkerCommandRequest is the payload for ExecuteVtworkerCommand.
func (*ExecuteVtworkerCommandRequest) Descriptor ¶
func (*ExecuteVtworkerCommandRequest) Descriptor() ([]byte, []int)
func (*ExecuteVtworkerCommandRequest) GetArgs ¶
func (m *ExecuteVtworkerCommandRequest) GetArgs() []string
func (*ExecuteVtworkerCommandRequest) Marshal ¶ added in v0.10.0
func (m *ExecuteVtworkerCommandRequest) Marshal() (dAtA []byte, err error)
func (*ExecuteVtworkerCommandRequest) MarshalTo ¶ added in v0.10.0
func (m *ExecuteVtworkerCommandRequest) MarshalTo(dAtA []byte) (int, error)
func (*ExecuteVtworkerCommandRequest) MarshalToSizedBuffer ¶ added in v0.10.0
func (m *ExecuteVtworkerCommandRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExecuteVtworkerCommandRequest) ProtoMessage ¶
func (*ExecuteVtworkerCommandRequest) ProtoMessage()
func (*ExecuteVtworkerCommandRequest) Reset ¶
func (m *ExecuteVtworkerCommandRequest) Reset()
func (*ExecuteVtworkerCommandRequest) Size ¶ added in v0.10.0
func (m *ExecuteVtworkerCommandRequest) Size() (n int)
func (*ExecuteVtworkerCommandRequest) String ¶
func (m *ExecuteVtworkerCommandRequest) String() string
func (*ExecuteVtworkerCommandRequest) Unmarshal ¶ added in v0.10.0
func (m *ExecuteVtworkerCommandRequest) Unmarshal(dAtA []byte) error
func (*ExecuteVtworkerCommandRequest) XXX_DiscardUnknown ¶
func (m *ExecuteVtworkerCommandRequest) XXX_DiscardUnknown()
func (*ExecuteVtworkerCommandRequest) XXX_Marshal ¶
func (m *ExecuteVtworkerCommandRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecuteVtworkerCommandRequest) XXX_Merge ¶
func (m *ExecuteVtworkerCommandRequest) XXX_Merge(src proto.Message)
func (*ExecuteVtworkerCommandRequest) XXX_Size ¶
func (m *ExecuteVtworkerCommandRequest) XXX_Size() int
func (*ExecuteVtworkerCommandRequest) XXX_Unmarshal ¶
func (m *ExecuteVtworkerCommandRequest) XXX_Unmarshal(b []byte) error
type ExecuteVtworkerCommandResponse ¶
type ExecuteVtworkerCommandResponse 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:"-"` }
ExecuteVtworkerCommandResponse is streamed back by ExecuteVtworkerCommand.
func (*ExecuteVtworkerCommandResponse) Descriptor ¶
func (*ExecuteVtworkerCommandResponse) Descriptor() ([]byte, []int)
func (*ExecuteVtworkerCommandResponse) GetEvent ¶
func (m *ExecuteVtworkerCommandResponse) GetEvent() *logutil.Event
func (*ExecuteVtworkerCommandResponse) Marshal ¶ added in v0.10.0
func (m *ExecuteVtworkerCommandResponse) Marshal() (dAtA []byte, err error)
func (*ExecuteVtworkerCommandResponse) MarshalTo ¶ added in v0.10.0
func (m *ExecuteVtworkerCommandResponse) MarshalTo(dAtA []byte) (int, error)
func (*ExecuteVtworkerCommandResponse) MarshalToSizedBuffer ¶ added in v0.10.0
func (m *ExecuteVtworkerCommandResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExecuteVtworkerCommandResponse) ProtoMessage ¶
func (*ExecuteVtworkerCommandResponse) ProtoMessage()
func (*ExecuteVtworkerCommandResponse) Reset ¶
func (m *ExecuteVtworkerCommandResponse) Reset()
func (*ExecuteVtworkerCommandResponse) Size ¶ added in v0.10.0
func (m *ExecuteVtworkerCommandResponse) Size() (n int)
func (*ExecuteVtworkerCommandResponse) String ¶
func (m *ExecuteVtworkerCommandResponse) String() string
func (*ExecuteVtworkerCommandResponse) Unmarshal ¶ added in v0.10.0
func (m *ExecuteVtworkerCommandResponse) Unmarshal(dAtA []byte) error
func (*ExecuteVtworkerCommandResponse) XXX_DiscardUnknown ¶
func (m *ExecuteVtworkerCommandResponse) XXX_DiscardUnknown()
func (*ExecuteVtworkerCommandResponse) XXX_Marshal ¶
func (m *ExecuteVtworkerCommandResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExecuteVtworkerCommandResponse) XXX_Merge ¶
func (m *ExecuteVtworkerCommandResponse) XXX_Merge(src proto.Message)
func (*ExecuteVtworkerCommandResponse) XXX_Size ¶
func (m *ExecuteVtworkerCommandResponse) XXX_Size() int
func (*ExecuteVtworkerCommandResponse) XXX_Unmarshal ¶
func (m *ExecuteVtworkerCommandResponse) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.