Documentation
¶
Index ¶
- Variables
- type FieldCache
- type IndexingTxCache
- func (*IndexingTxCache) Descriptor() ([]byte, []int)deprecated
- func (x *IndexingTxCache) GetConjunctionId() uint64
- func (x *IndexingTxCache) GetFieldData() map[string]*FieldCache
- func (*IndexingTxCache) ProtoMessage()
- func (x *IndexingTxCache) ProtoReflect() protoreflect.Message
- func (x *IndexingTxCache) Reset()
- func (x *IndexingTxCache) String() string
- type Int64ListValues
- type StrListValues
- type Uint64ListValues
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cache_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FieldCache ¶
type FieldCache struct {
Eid uint64 `protobuf:"varint,1,opt,name=eid,proto3" json:"eid,omitempty"`
Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*FieldCache) Descriptor
deprecated
func (*FieldCache) Descriptor() ([]byte, []int)
Deprecated: Use FieldCache.ProtoReflect.Descriptor instead.
func (*FieldCache) GetData ¶
func (x *FieldCache) GetData() []byte
func (*FieldCache) GetEid ¶
func (x *FieldCache) GetEid() uint64
func (*FieldCache) ProtoMessage ¶
func (*FieldCache) ProtoMessage()
func (*FieldCache) ProtoReflect ¶
func (x *FieldCache) ProtoReflect() protoreflect.Message
func (*FieldCache) Reset ¶
func (x *FieldCache) Reset()
func (*FieldCache) String ¶
func (x *FieldCache) String() string
type IndexingTxCache ¶
type IndexingTxCache struct {
ConjunctionId uint64 `protobuf:"varint,1,opt,name=conjunction_id,json=conjunctionId,proto3" json:"conjunction_id,omitempty"`
FieldData map[string]*FieldCache `` /* 176-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*IndexingTxCache) Descriptor
deprecated
func (*IndexingTxCache) Descriptor() ([]byte, []int)
Deprecated: Use IndexingTxCache.ProtoReflect.Descriptor instead.
func (*IndexingTxCache) GetConjunctionId ¶
func (x *IndexingTxCache) GetConjunctionId() uint64
func (*IndexingTxCache) GetFieldData ¶
func (x *IndexingTxCache) GetFieldData() map[string]*FieldCache
func (*IndexingTxCache) ProtoMessage ¶
func (*IndexingTxCache) ProtoMessage()
func (*IndexingTxCache) ProtoReflect ¶
func (x *IndexingTxCache) ProtoReflect() protoreflect.Message
func (*IndexingTxCache) Reset ¶
func (x *IndexingTxCache) Reset()
func (*IndexingTxCache) String ¶
func (x *IndexingTxCache) String() string
type Int64ListValues ¶
type Int64ListValues struct {
Values []int64 `protobuf:"varint,1,rep,packed,name=values,proto3" json:"values,omitempty"`
// contains filtered or unexported fields
}
func (*Int64ListValues) Descriptor
deprecated
func (*Int64ListValues) Descriptor() ([]byte, []int)
Deprecated: Use Int64ListValues.ProtoReflect.Descriptor instead.
func (*Int64ListValues) GetValues ¶
func (x *Int64ListValues) GetValues() []int64
func (*Int64ListValues) ProtoMessage ¶
func (*Int64ListValues) ProtoMessage()
func (*Int64ListValues) ProtoReflect ¶
func (x *Int64ListValues) ProtoReflect() protoreflect.Message
func (*Int64ListValues) Reset ¶
func (x *Int64ListValues) Reset()
func (*Int64ListValues) String ¶
func (x *Int64ListValues) String() string
type StrListValues ¶
type StrListValues struct {
Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
// contains filtered or unexported fields
}
func (*StrListValues) Descriptor
deprecated
func (*StrListValues) Descriptor() ([]byte, []int)
Deprecated: Use StrListValues.ProtoReflect.Descriptor instead.
func (*StrListValues) GetValues ¶
func (x *StrListValues) GetValues() []string
func (*StrListValues) ProtoMessage ¶
func (*StrListValues) ProtoMessage()
func (*StrListValues) ProtoReflect ¶
func (x *StrListValues) ProtoReflect() protoreflect.Message
func (*StrListValues) Reset ¶
func (x *StrListValues) Reset()
func (*StrListValues) String ¶
func (x *StrListValues) String() string
type Uint64ListValues ¶
type Uint64ListValues struct {
Values []uint64 `protobuf:"varint,1,rep,packed,name=values,proto3" json:"values,omitempty"`
// contains filtered or unexported fields
}
func (*Uint64ListValues) Descriptor
deprecated
func (*Uint64ListValues) Descriptor() ([]byte, []int)
Deprecated: Use Uint64ListValues.ProtoReflect.Descriptor instead.
func (*Uint64ListValues) GetValues ¶
func (x *Uint64ListValues) GetValues() []uint64
func (*Uint64ListValues) ProtoMessage ¶
func (*Uint64ListValues) ProtoMessage()
func (*Uint64ListValues) ProtoReflect ¶
func (x *Uint64ListValues) ProtoReflect() protoreflect.Message
func (*Uint64ListValues) Reset ¶
func (x *Uint64ListValues) Reset()
func (*Uint64ListValues) String ¶
func (x *Uint64ListValues) String() string
Click to show internal directories.
Click to hide internal directories.