Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoRawFileName = errors.New("raws: no file name (first line was blank)") ErrNoRawObjectType = errors.New("raws: missing OBJECT tag at start of file") ErrIncompleteTag = errors.New("raws: incomplete tag (missing closing bracket)") ErrInvalidCharacter = errors.New("raws: invalid character") )
Functions ¶
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func (*Reader) ObjectType ¶
type Writer ¶
type Writer struct {
Indent int
// contains filtered or unexported fields
}
func (*Writer) SerializeAll ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.