Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecomposeRepoSetKey ¶
DecomposeRepoSetKey - decompose a giver datastore key to constituent parts
func GetRepoSetKey ¶
GetRepoSetKey - return a datastore key for a reposet
func InitIndexKVStore ¶
InitIndexKVStore call to change datastore to use
Types ¶
type CorpusProps ¶
type CorpusProps interface { GetRclass() string GetRkind() string GetRindex() int64 GetRcid() *cid.Cid SetRclass(rc string) SetRkind(rk string) SetRindex(ri int64) SetRcid(id *cid.Cid) Equals(o CorpusProps) bool Marshal() ([]byte, error) Unmarshal(b []byte) error }
Corpus provides an abstraction for corpus document cid tracking.
func NewCorpusProps ¶
Click to show internal directories.
Click to hide internal directories.