Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_basic_error_message_proto protoreflect.FileDescriptor
View Source
var File_primitive_messages_proto protoreflect.FileDescriptor
View Source
var File_response_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BasicErrorMessage ¶
type BasicErrorMessage struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*BasicErrorMessage) Descriptor
deprecated
func (*BasicErrorMessage) Descriptor() ([]byte, []int)
Deprecated: Use BasicErrorMessage.ProtoReflect.Descriptor instead.
func (*BasicErrorMessage) GetMessage ¶
func (x *BasicErrorMessage) GetMessage() string
func (*BasicErrorMessage) ProtoMessage ¶
func (*BasicErrorMessage) ProtoMessage()
func (*BasicErrorMessage) ProtoReflect ¶
func (x *BasicErrorMessage) ProtoReflect() protoreflect.Message
func (*BasicErrorMessage) Reset ¶
func (x *BasicErrorMessage) Reset()
func (*BasicErrorMessage) String ¶
func (x *BasicErrorMessage) String() string
type ByteArrayMessage ¶
type ByteArrayMessage struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ByteArrayMessage) Descriptor
deprecated
func (*ByteArrayMessage) Descriptor() ([]byte, []int)
Deprecated: Use ByteArrayMessage.ProtoReflect.Descriptor instead.
func (*ByteArrayMessage) GetValue ¶
func (x *ByteArrayMessage) GetValue() []byte
func (*ByteArrayMessage) ProtoMessage ¶
func (*ByteArrayMessage) ProtoMessage()
func (*ByteArrayMessage) ProtoReflect ¶
func (x *ByteArrayMessage) ProtoReflect() protoreflect.Message
func (*ByteArrayMessage) Reset ¶
func (x *ByteArrayMessage) Reset()
func (*ByteArrayMessage) String ¶
func (x *ByteArrayMessage) String() string
type Int64Message ¶
type Int64Message struct { Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Int64Message) Descriptor
deprecated
func (*Int64Message) Descriptor() ([]byte, []int)
Deprecated: Use Int64Message.ProtoReflect.Descriptor instead.
func (*Int64Message) GetValue ¶
func (x *Int64Message) GetValue() int64
func (*Int64Message) ProtoMessage ¶
func (*Int64Message) ProtoMessage()
func (*Int64Message) ProtoReflect ¶
func (x *Int64Message) ProtoReflect() protoreflect.Message
func (*Int64Message) Reset ¶
func (x *Int64Message) Reset()
func (*Int64Message) String ¶
func (x *Int64Message) String() string
type Response ¶
type Response struct { Msg *anypb.Any `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"` // contains filtered or unexported fields }
func (*Response) Descriptor
deprecated
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) ProtoReflect ¶
func (x *Response) ProtoReflect() protoreflect.Message
type StringMessage ¶
type StringMessage struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*StringMessage) Descriptor
deprecated
func (*StringMessage) Descriptor() ([]byte, []int)
Deprecated: Use StringMessage.ProtoReflect.Descriptor instead.
func (*StringMessage) GetValue ¶
func (x *StringMessage) GetValue() string
func (*StringMessage) ProtoMessage ¶
func (*StringMessage) ProtoMessage()
func (*StringMessage) ProtoReflect ¶
func (x *StringMessage) ProtoReflect() protoreflect.Message
func (*StringMessage) Reset ¶
func (x *StringMessage) Reset()
func (*StringMessage) String ¶
func (x *StringMessage) String() string
Click to show internal directories.
Click to hide internal directories.