Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_funinthecloud_protosource_record_v1_record_v1_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct {
Version int64 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
// Absolute epoch seconds for DynamoDB TTL. 0 = no TTL.
// Set by Repository based on aggregate's event_ttl_seconds annotation.
// Store implementations read this to apply per-record TTL.
Ttl int64 `protobuf:"varint,3,opt,name=ttl,proto3" json:"ttl,omitempty"`
// contains filtered or unexported fields
}
func (*Record) Descriptor
deprecated
func (*Record) GetVersion ¶
func (*Record) ProtoMessage ¶
func (*Record) ProtoMessage()
func (*Record) ProtoReflect ¶
func (x *Record) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.