Documentation
¶
Index ¶
- Variables
- type TestEvent
- func (*TestEvent) Descriptor() ([]byte, []int)deprecated
- func (x *TestEvent) GetEventId() int32
- func (x *TestEvent) GetTimestamp() *timestamppb.Timestamp
- func (*TestEvent) ProtoMessage()
- func (x *TestEvent) ProtoReflect() protoreflect.Message
- func (x *TestEvent) Reset()
- func (x *TestEvent) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TestEvent ¶
type TestEvent struct {
EventId int32 `protobuf:"varint,1,opt,name=eventId,proto3" json:"eventId,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
// contains filtered or unexported fields
}
func (*TestEvent) Descriptor
deprecated
func (*TestEvent) GetEventId ¶
func (*TestEvent) GetTimestamp ¶
func (x *TestEvent) GetTimestamp() *timestamppb.Timestamp
func (*TestEvent) ProtoMessage ¶
func (*TestEvent) ProtoMessage()
func (*TestEvent) ProtoReflect ¶
func (x *TestEvent) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.