package
0.0.0-20241010110511-6093392ef761
Repository: https://github.com/vynovikov/highloadparser.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
type TransferUnit interface { Key() []byte Value() []byte } type transferUnitStruct struct { key []byte value []byte } func (t transferUnitStruct) Key() []byte { return t.key } func (t transferUnitStruct) Value() []byte { return t.value } */.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author