Documentation
¶
Index ¶
- Variables
- type CommandResponse
- func (*CommandResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CommandResponse) GetId() string
- func (x *CommandResponse) GetVersion() int64
- func (*CommandResponse) ProtoMessage()
- func (x *CommandResponse) ProtoReflect() protoreflect.Message
- func (x *CommandResponse) Reset()
- func (x *CommandResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_funinthecloud_protosource_response_v1_response_v1_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CommandResponse ¶
type CommandResponse struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
// contains filtered or unexported fields
}
CommandResponse is the result of a successful command application.
func (*CommandResponse) Descriptor
deprecated
func (*CommandResponse) Descriptor() ([]byte, []int)
Deprecated: Use CommandResponse.ProtoReflect.Descriptor instead.
func (*CommandResponse) GetId ¶
func (x *CommandResponse) GetId() string
func (*CommandResponse) GetVersion ¶
func (x *CommandResponse) GetVersion() int64
func (*CommandResponse) ProtoMessage ¶
func (*CommandResponse) ProtoMessage()
func (*CommandResponse) ProtoReflect ¶
func (x *CommandResponse) ProtoReflect() protoreflect.Message
func (*CommandResponse) Reset ¶
func (x *CommandResponse) Reset()
func (*CommandResponse) String ¶
func (x *CommandResponse) String() string
Click to show internal directories.
Click to hide internal directories.