package
0.0.2
Repository: https://github.com/john-nguyen09/phpintel.git
Documentation: pkg.go.dev

# Functions

NewCombined returns a combined instance of disk and memory.
NewDecoder creates a decoder.
NewEncoder creates an encoder.
No description provided by the author
No description provided by the author
No description provided by the author
PutFloat32 appens a float32 to the byte slice.
PutFloat64 appends a float64 to the byte slice.
PutUInt32 appends an uint32 to the byte slice.
PutUInt64 appends an uint64 to the byte slice.
ReadFloat32 reads a float32 from the byte slice.
ReadFloat64 reads a float64 from the byte slice.
ReadUInt32 reads an uint32 from the byte slice.
ReadUInt64 reads an uint64 from the byte slice.

# Constants

ModeDisk indicates disk.
ModeMemory indicates memory.

# Structs

Combined is a combination of storage modes.

# Interfaces

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

# Type aliases

DBMode is the mode of the DB.
Decoder is a coder to decode byte slice into primitives.
Encoder is an encoder to encode primitives to byte slice.