Documentation ¶
Index ¶
- Variables
- func NewRecord(classification documents.Classification) helpers.Record
- func Prototype() helpers.Record
- type Record
- func (record *Record) Delete(kvStore sdkTypes.KVStore)
- func (*Record) Descriptor() ([]byte, []int)
- func (record *Record) GetKey() helpers.Key
- func (record *Record) GetMappable() helpers.Mappable
- func (m *Record) Marshal() (dAtA []byte, err error)
- func (m *Record) MarshalTo(dAtA []byte) (int, error)
- func (m *Record) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Record) ProtoMessage()
- func (record *Record) Read(kvStore sdkTypes.KVStore) helpers.Record
- func (record *Record) ReadFromIterator(iterator sdkTypes.Iterator) helpers.Record
- func (m *Record) Reset()
- func (m *Record) Size() (n int)
- func (m *Record) String() string
- func (m *Record) Unmarshal(dAtA []byte) error
- func (record *Record) WithKey(Key helpers.Key) helpers.Record
- func (record *Record) Write(kvStore sdkTypes.KVStore) helpers.Record
- func (m *Record) XXX_DiscardUnknown()
- func (m *Record) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Record) XXX_Merge(src proto.Message)
- func (m *Record) XXX_Size() int
- func (m *Record) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Record ¶
type Record struct { Key *key.Key `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Mappable *mappable.Mappable `protobuf:"bytes,2,opt,name=mappable,proto3" json:"mappable,omitempty"` }
func RecordsFromInterface ¶
func (*Record) Descriptor ¶
func (*Record) GetMappable ¶
func (*Record) MarshalToSizedBuffer ¶
func (*Record) ProtoMessage ¶
func (*Record) ProtoMessage()
func (*Record) ReadFromIterator ¶
func (*Record) XXX_DiscardUnknown ¶
func (m *Record) XXX_DiscardUnknown()
func (*Record) XXX_Marshal ¶
func (*Record) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.