Documentation
¶
Index ¶
Constants ¶
View Source
const ( METABUCKET_TYPES = "typebucket" MAXSEARCHVALUESIZE = 1024 * 1024 * 8 METADESC_FILED = "description" METAFILEDS_FIELD = "fields" METAQUEUESIZE = 128 METAOPP_CREATE MetaOpperationType = iota METAOPP_DELETE METAOPP_UPDATE METAOPP_FIELDLIST METAOPP_ADDSEARCHVALUE )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddSearchValue ¶
type Document ¶
type Document struct { Key []byte Payload StorableType }
type MetaOpperation ¶
type MetaOpperation struct { Opp MetaOpperationType Payload StorableType }
type MetaOpperationType ¶
type MetaOpperationType uint8
type MetaResponse ¶
type MetaResponse struct {
Payload []byte
}
type StorableType ¶
Click to show internal directories.
Click to hide internal directories.