Finished index with its tests.
This commit is contained in:
parent
093422a2f9
commit
525abb53fd
3 changed files with 166 additions and 0 deletions
9
internal/log/config.go
Normal file
9
internal/log/config.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package log
|
||||
|
||||
type Config struct {
|
||||
Segment struct {
|
||||
MaxStoreBytes uint64
|
||||
MaxIndexBytes uint64
|
||||
InitialOffset uint64
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue