Versions in this module Expand all Collapse all v0 v0.0.2 Oct 11, 2021 v0.0.1 Oct 11, 2021 Changes in this version + func DecomposeRepoSetKey(k string) (rtype, rkind, rname string, err error) + func GetDocKey(rc string, rn string, ri int64, di int64) (ds.Key, error) + func GetRepoSetKey(t, k, n string) (ds.Key, error) + func InitIndexKVStore(d ds.Datastore) + type CorpusProps interface + Equals func(o CorpusProps) bool + GetRcid func() *cid.Cid + GetRclass func() string + GetRindex func() int64 + GetRkind func() string + Marshal func() ([]byte, error) + SetRcid func(id *cid.Cid) + SetRclass func(rc string) + SetRindex func(ri int64) + SetRkind func(rk string) + Unmarshal func(b []byte) error + func NewCorpusProps(rc string, rk string, ri int64, id *cid.Cid) CorpusProps + type KVStore interface + func GetIndexKVStore() KVStore + type Rps interface + Equals func(o Rps) bool + GetCid func() *cid.Cid + Marshal func() ([]byte, error) + SetCid func(v *cid.Cid) + Unmarshal func(b []byte) error + func NewRps() Rps