Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Erlang external term format version EtVersion = byte(131) )
Variables ¶
View Source
var (
ErrFloatScan = fmt.Errorf("read: failed to sscanf float")
)
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
Context stores globally useful information that can carry between reads and writes, such as caching of atoms.
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
func (*Encoder) EncodeTerm ¶
type ErrUnknownTerm ¶
type ErrUnknownTerm struct {
// contains filtered or unexported fields
}
func (*ErrUnknownTerm) Error ¶
func (e *ErrUnknownTerm) Error() string
type ErrUnknownType ¶
type ErrUnknownType struct {
// contains filtered or unexported fields
}
ErrUnknownType is returned by an attempt to write a type that isn't supported.
func (*ErrUnknownType) Error ¶
func (e *ErrUnknownType) Error() string
Click to show internal directories.
Click to hide internal directories.