Documentation ¶
Overview ¶
Package testpb contains proto definitions used in testing.
Index ¶
- Variables
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetCreated() *timestamppb.Timestamp
- func (x *Message) GetIdIncremental() int64
- func (x *Message) GetUuid() string
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (x *Message) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { IdIncremental int64 `protobuf:"varint,1,opt,name=id_incremental,json=idIncremental,proto3" json:"id_incremental,omitempty"` Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` Created *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created,proto3" json:"created,omitempty"` // contains filtered or unexported fields }
func (*Message) Descriptor
deprecated
func (*Message) GetCreated ¶ added in v1.0.2
func (x *Message) GetCreated() *timestamppb.Timestamp
func (*Message) GetIdIncremental ¶ added in v1.0.2
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.