package
0.0.0-20220124084842-7101970aa589
Repository: https://github.com/shimingyah/mds.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
FromBuffer utility to create *Buffer.
NewBuffer returns a buffer with sz number of bytes.
NewNativeBuffer utility to create *Buffer of given size with nativeEndian.
NewTimeoutListener read write timeout.
NewUUID uuid format not "-".
RawUUID raw uuid format.
ReadBuffer utility to create *Buffer from slice of bytes.
Version return current version.
# Structs
Buffer is a buffer to read/write integers.
TimeoutConn wraps a net.Conn, and sets a deadline for every read and write operation.
TimeoutListener wraps a net.Listener, and gives a place to store the timeout parameters.