mirror of
https://github.com/gogrlx/bitcask.git
synced 2026-04-02 11:09:01 -07:00
* Replace keydir with ART trie * Address some review feedback * Address review feedback (consts)
8 lines
127 B
Go
8 lines
127 B
Go
package internal
|
|
|
|
type Item struct {
|
|
FileID int `json:"fileid"`
|
|
Offset int64 `json:"offset"`
|
|
Size int64 `json:"size"`
|
|
}
|