Documentation
¶
Overview ¶
Package dialect contains the Dialect definition and utilities to encode and decode dialects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecEncoder ¶
type DecEncoder struct {
MessageDEs map[uint32]*msg.DecEncoder
}
DecEncoder is an object that allows to decode and encode a Dialect.
func NewDecEncoder ¶
func NewDecEncoder(d *Dialect) (*DecEncoder, error)
NewDecEncoder allocates a DecEncoder.
Click to show internal directories.
Click to hide internal directories.