Documentation ¶
Overview ¶
Package packet provides functionalities for building, encoding and decoding data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleDecoder ¶
type ModuleDecoder struct { TagSet // contains filtered or unexported fields }
func NewModuleDecoder ¶
func NewModuleDecoder(r io.Reader, t TagSet) *ModuleDecoder
func (*ModuleDecoder) Decode ¶
func (d *ModuleDecoder) Decode(m *Module) error
type ModuleEncoder ¶
type ModuleEncoder struct { TagSet // contains filtered or unexported fields }
func NewModuleEncoder ¶
func NewModuleEncoder(w io.Writer, t TagSet) *ModuleEncoder
func (*ModuleEncoder) Encode ¶
func (e *ModuleEncoder) Encode(m *Module) error
Click to show internal directories.
Click to hide internal directories.