mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08: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"`
|
|
}
|