Documentation
¶
Index ¶
- Variables
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetName() string
- func (x *Event) GetObjectID() string
- func (x *Event) GetPayload() string
- func (x *Event) GetTimestamp() int64
- func (x *Event) GetVersion() int32
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (x *Event) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protobuf_event_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Timestamp int64 `protobuf:"varint,1,opt,name=Timestamp,proto3" json:"Timestamp,omitempty"`
ObjectID string `protobuf:"bytes,2,opt,name=ObjectID,proto3" json:"ObjectID,omitempty"`
Name string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"`
Payload string `protobuf:"bytes,4,opt,name=Payload,proto3" json:"Payload,omitempty"`
Version int32 `protobuf:"varint,6,opt,name=Version,proto3" json:"Version,omitempty"`
// contains filtered or unexported fields
}
func (*Event) Descriptor
deprecated
func (*Event) GetObjectID ¶
func (*Event) GetPayload ¶
func (*Event) GetTimestamp ¶
func (*Event) GetVersion ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.