package utils
const (
Prefix_Index_Data = "indexes:data:"
Prefix_Index_Meta = "indexes:meta:"
Separator_Key = ":"
Separator_IndexField = "|"
Type_String = "s"
Type_Int = "i"
Type_Float = "f"
Type_Bool = "b"
Type_Date = "d"
)