Documentation ¶
Index ¶
- Variables
- type CreatedPayload
- func (*CreatedPayload) Descriptor() ([]byte, []int)deprecated
- func (x *CreatedPayload) GetElement() []byte
- func (x *CreatedPayload) GetKey() string
- func (o *CreatedPayload) LoadMap(values map[string]interface{})
- func (*CreatedPayload) ProtoMessage()
- func (x *CreatedPayload) ProtoReflect() protoreflect.Message
- func (x *CreatedPayload) Reset()
- func (*CreatedPayload) Schema() []byte
- func (x *CreatedPayload) String() string
- type DeletedPayload
- func (*DeletedPayload) Descriptor() ([]byte, []int)deprecated
- func (x *DeletedPayload) GetKey() string
- func (o *DeletedPayload) LoadMap(values map[string]interface{})
- func (*DeletedPayload) ProtoMessage()
- func (x *DeletedPayload) ProtoReflect() protoreflect.Message
- func (x *DeletedPayload) Reset()
- func (*DeletedPayload) Schema() []byte
- func (x *DeletedPayload) String() string
- type UpdatedPayload
- func (*UpdatedPayload) Descriptor() ([]byte, []int)deprecated
- func (x *UpdatedPayload) GetElement() []byte
- func (o *UpdatedPayload) LoadMap(values map[string]interface{})
- func (*UpdatedPayload) ProtoMessage()
- func (x *UpdatedPayload) ProtoReflect() protoreflect.Message
- func (x *UpdatedPayload) Reset()
- func (*UpdatedPayload) Schema() []byte
- func (x *UpdatedPayload) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_observer_v1_operations_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 []byte `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() []byte
func (*CreatedPayload) GetKey ¶
func (x *CreatedPayload) GetKey() string
func (*CreatedPayload) LoadMap ¶
func (o *CreatedPayload) LoadMap(values map[string]interface{})
LoadMap populates struct fields from a map, handling decoding for special fields.
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) LoadMap ¶
func (o *DeletedPayload) LoadMap(values map[string]interface{})
LoadMap populates struct fields from a map, handling decoding for special fields.
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 UpdatedPayload ¶
type UpdatedPayload struct { Element []byte `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() []byte
func (*UpdatedPayload) LoadMap ¶
func (o *UpdatedPayload) LoadMap(values map[string]interface{})
LoadMap populates struct fields from a map, handling decoding for special fields.
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.