Documentation
¶
Overview ¶
Package xdbstruct provides utilities for converting Go structs to XDB records and vice versa.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotStruct is returned when ToRecord is called with a non-struct argument. ErrNotStruct = errors.New("encoding/xdbstruct: ToRecord expects a pointer to a struct") )
Functions ¶
func FromRecord ¶
FromRecord converts a core.Record to a struct.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.