Documentation ¶
Index ¶
- Variables
- type CreatedPayload
- func (*CreatedPayload) Descriptor() ([]byte, []int)deprecated
- func (x *CreatedPayload) GetElement() *anypb.Any
- func (x *CreatedPayload) GetKey() string
- func (*CreatedPayload) ProtoMessage()
- func (x *CreatedPayload) ProtoReflect() protoreflect.Message
- func (x *CreatedPayload) Reset()
- func (x *CreatedPayload) String() string
- type DeletedPayload
- type ReplacedPayload
- type UpdatedPayload
Constants ¶
This section is empty.
Variables ¶
View Source
var File_graphify_observer_v1_events_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CreatedPayload ¶
type CreatedPayload struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Element *anypb.Any `protobuf:"bytes,2,opt,name=element,proto3" json:"element,omitempty"` // contains filtered or unexported fields }
func (*CreatedPayload) Descriptor
deprecated
func (*CreatedPayload) Descriptor() ([]byte, []int)
Deprecated: Use CreatedPayload.ProtoReflect.Descriptor instead.
func (*CreatedPayload) GetElement ¶
func (x *CreatedPayload) GetElement() *anypb.Any
func (*CreatedPayload) GetKey ¶
func (x *CreatedPayload) GetKey() string
func (*CreatedPayload) ProtoMessage ¶
func (*CreatedPayload) ProtoMessage()
func (*CreatedPayload) ProtoReflect ¶
func (x *CreatedPayload) ProtoReflect() protoreflect.Message
func (*CreatedPayload) Reset ¶
func (x *CreatedPayload) Reset()
func (*CreatedPayload) String ¶
func (x *CreatedPayload) String() string
type DeletedPayload ¶
type DeletedPayload struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*DeletedPayload) Descriptor
deprecated
func (*DeletedPayload) Descriptor() ([]byte, []int)
Deprecated: Use DeletedPayload.ProtoReflect.Descriptor instead.
func (*DeletedPayload) GetKey ¶
func (x *DeletedPayload) GetKey() string
func (*DeletedPayload) ProtoMessage ¶
func (*DeletedPayload) ProtoMessage()
func (*DeletedPayload) ProtoReflect ¶
func (x *DeletedPayload) ProtoReflect() protoreflect.Message
func (*DeletedPayload) Reset ¶
func (x *DeletedPayload) Reset()
func (*DeletedPayload) String ¶
func (x *DeletedPayload) String() string
type ReplacedPayload ¶
type ReplacedPayload struct { Element *anypb.Any `protobuf:"bytes,1,opt,name=element,proto3" json:"element,omitempty"` // contains filtered or unexported fields }
func (*ReplacedPayload) Descriptor
deprecated
func (*ReplacedPayload) Descriptor() ([]byte, []int)
Deprecated: Use ReplacedPayload.ProtoReflect.Descriptor instead.
func (*ReplacedPayload) GetElement ¶
func (x *ReplacedPayload) GetElement() *anypb.Any
func (*ReplacedPayload) ProtoMessage ¶
func (*ReplacedPayload) ProtoMessage()
func (*ReplacedPayload) ProtoReflect ¶
func (x *ReplacedPayload) ProtoReflect() protoreflect.Message
func (*ReplacedPayload) Reset ¶
func (x *ReplacedPayload) Reset()
func (*ReplacedPayload) String ¶
func (x *ReplacedPayload) String() string
type UpdatedPayload ¶
type UpdatedPayload struct { Element *anypb.Any `protobuf:"bytes,1,opt,name=element,proto3" json:"element,omitempty"` // contains filtered or unexported fields }
func (*UpdatedPayload) Descriptor
deprecated
func (*UpdatedPayload) Descriptor() ([]byte, []int)
Deprecated: Use UpdatedPayload.ProtoReflect.Descriptor instead.
func (*UpdatedPayload) GetElement ¶
func (x *UpdatedPayload) GetElement() *anypb.Any
func (*UpdatedPayload) ProtoMessage ¶
func (*UpdatedPayload) ProtoMessage()
func (*UpdatedPayload) ProtoReflect ¶
func (x *UpdatedPayload) ProtoReflect() protoreflect.Message
func (*UpdatedPayload) Reset ¶
func (x *UpdatedPayload) Reset()
func (*UpdatedPayload) String ¶
func (x *UpdatedPayload) String() string
Click to show internal directories.
Click to hide internal directories.