//
pkg.gl
Category
github.com/infinitbyte/framework
plugins
badger
package
1.1.3
Repository:
https://github.com/infinitbyte/framework.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
19
Dependents
0
Files
493 SLOC
#
Constants
SortByCount
Constant to specify sorting by count.
SortBySize
Constant to specify sorting by size.
#
Structs
Config
No description provided by the author
KeyStats
KeyStats represents the statistics for each key, including its occurrence count and value size.
Module
No description provided by the author
#
Type aliases
ByCount
ByCount implements sort.Interface to sort KeyStats by the occurrence count of each key.
BySize
BySize implements sort.Interface to sort KeyStats by the size of the value for each key.