Documentation ¶
Index ¶
- Variables
- type ExecuteVtworkerCommandRequest
- func (*ExecuteVtworkerCommandRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteVtworkerCommandRequest) GetArgs() []string
- func (m *ExecuteVtworkerCommandRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *ExecuteVtworkerCommandRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *ExecuteVtworkerCommandRequest) MarshalVT() (dAtA []byte, err error)
- func (*ExecuteVtworkerCommandRequest) ProtoMessage()
- func (x *ExecuteVtworkerCommandRequest) ProtoReflect() protoreflect.Message
- func (x *ExecuteVtworkerCommandRequest) Reset()
- func (m *ExecuteVtworkerCommandRequest) SizeVT() (n int)
- func (x *ExecuteVtworkerCommandRequest) String() string
- func (m *ExecuteVtworkerCommandRequest) UnmarshalVT(dAtA []byte) error
- type ExecuteVtworkerCommandResponse
- func (*ExecuteVtworkerCommandResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExecuteVtworkerCommandResponse) GetEvent() *logutil.Event
- func (m *ExecuteVtworkerCommandResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *ExecuteVtworkerCommandResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *ExecuteVtworkerCommandResponse) MarshalVT() (dAtA []byte, err error)
- func (*ExecuteVtworkerCommandResponse) ProtoMessage()
- func (x *ExecuteVtworkerCommandResponse) ProtoReflect() protoreflect.Message
- func (x *ExecuteVtworkerCommandResponse) Reset()
- func (m *ExecuteVtworkerCommandResponse) SizeVT() (n int)
- func (x *ExecuteVtworkerCommandResponse) String() string
- func (m *ExecuteVtworkerCommandResponse) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
View Source
var File_vtworkerdata_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ExecuteVtworkerCommandRequest ¶
type ExecuteVtworkerCommandRequest struct { Args []string `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"` // contains filtered or unexported fields }
ExecuteVtworkerCommandRequest is the payload for ExecuteVtworkerCommand.
func (*ExecuteVtworkerCommandRequest) Descriptor
deprecated
func (*ExecuteVtworkerCommandRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteVtworkerCommandRequest.ProtoReflect.Descriptor instead.
func (*ExecuteVtworkerCommandRequest) GetArgs ¶
func (x *ExecuteVtworkerCommandRequest) GetArgs() []string
func (*ExecuteVtworkerCommandRequest) MarshalToSizedBufferVT ¶ added in v0.11.0
func (m *ExecuteVtworkerCommandRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*ExecuteVtworkerCommandRequest) MarshalToVT ¶ added in v0.11.0
func (m *ExecuteVtworkerCommandRequest) MarshalToVT(dAtA []byte) (int, error)
func (*ExecuteVtworkerCommandRequest) MarshalVT ¶ added in v0.11.0
func (m *ExecuteVtworkerCommandRequest) MarshalVT() (dAtA []byte, err error)
func (*ExecuteVtworkerCommandRequest) ProtoMessage ¶
func (*ExecuteVtworkerCommandRequest) ProtoMessage()
func (*ExecuteVtworkerCommandRequest) ProtoReflect ¶ added in v0.11.0
func (x *ExecuteVtworkerCommandRequest) ProtoReflect() protoreflect.Message
func (*ExecuteVtworkerCommandRequest) Reset ¶
func (x *ExecuteVtworkerCommandRequest) Reset()
func (*ExecuteVtworkerCommandRequest) SizeVT ¶ added in v0.11.0
func (m *ExecuteVtworkerCommandRequest) SizeVT() (n int)
func (*ExecuteVtworkerCommandRequest) String ¶
func (x *ExecuteVtworkerCommandRequest) String() string
func (*ExecuteVtworkerCommandRequest) UnmarshalVT ¶ added in v0.11.0
func (m *ExecuteVtworkerCommandRequest) UnmarshalVT(dAtA []byte) error
type ExecuteVtworkerCommandResponse ¶
type ExecuteVtworkerCommandResponse struct { Event *logutil.Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"` // contains filtered or unexported fields }
ExecuteVtworkerCommandResponse is streamed back by ExecuteVtworkerCommand.
func (*ExecuteVtworkerCommandResponse) Descriptor
deprecated
func (*ExecuteVtworkerCommandResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExecuteVtworkerCommandResponse.ProtoReflect.Descriptor instead.
func (*ExecuteVtworkerCommandResponse) GetEvent ¶
func (x *ExecuteVtworkerCommandResponse) GetEvent() *logutil.Event
func (*ExecuteVtworkerCommandResponse) MarshalToSizedBufferVT ¶ added in v0.11.0
func (m *ExecuteVtworkerCommandResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*ExecuteVtworkerCommandResponse) MarshalToVT ¶ added in v0.11.0
func (m *ExecuteVtworkerCommandResponse) MarshalToVT(dAtA []byte) (int, error)
func (*ExecuteVtworkerCommandResponse) MarshalVT ¶ added in v0.11.0
func (m *ExecuteVtworkerCommandResponse) MarshalVT() (dAtA []byte, err error)
func (*ExecuteVtworkerCommandResponse) ProtoMessage ¶
func (*ExecuteVtworkerCommandResponse) ProtoMessage()
func (*ExecuteVtworkerCommandResponse) ProtoReflect ¶ added in v0.11.0
func (x *ExecuteVtworkerCommandResponse) ProtoReflect() protoreflect.Message
func (*ExecuteVtworkerCommandResponse) Reset ¶
func (x *ExecuteVtworkerCommandResponse) Reset()
func (*ExecuteVtworkerCommandResponse) SizeVT ¶ added in v0.11.0
func (m *ExecuteVtworkerCommandResponse) SizeVT() (n int)
func (*ExecuteVtworkerCommandResponse) String ¶
func (x *ExecuteVtworkerCommandResponse) String() string
func (*ExecuteVtworkerCommandResponse) UnmarshalVT ¶ added in v0.11.0
func (m *ExecuteVtworkerCommandResponse) UnmarshalVT(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.