//
pkg.gl
Category
github.com/itzmanish/go-loganalyzer
internal
codec
package
0.1.0
Repository:
https://github.com/itzmanish/go-loganalyzer.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
5
Files
44 SLOC
#
Packages
json
Package json provides a json codec.
#
Variables
ErrInvalidMessage
No description provided by the author
#
Structs
LogBody
LogBody describe body of a single packets.
Packet
Packet is type of every packet that gets transported from client to server to client.
#
Interfaces
Codec
No description provided by the author
Reader
No description provided by the author
Writer
No description provided by the author
#
Type aliases
NewCodec
Takes in a connection/buffer and returns a new Codec.