feat(lander): integrate persistent insert & get lsm store
This commit is contained in:
parent
226873219b
commit
535b92a6b6
8 changed files with 63 additions and 19 deletions
|
|
@ -17,7 +17,8 @@
|
|||
*/
|
||||
typedef enum lsm_attr_type : uint64_t {
|
||||
lsm_attr_type_entry_type = 1 << 0,
|
||||
lsm_attr_type_content_type = 1 << 1
|
||||
lsm_attr_type_content_type = 1 << 1,
|
||||
lsm_attr_type_url = 1 << 2,
|
||||
} lsm_attr_type;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue