Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrParserFail = errors.New("thrift.parser: parsing failed entirely")
)
Functions ¶
This section is empty.
Types ¶
type ErrSyntaxError ¶
func (*ErrSyntaxError) Error ¶
func (e *ErrSyntaxError) Error() string
type Filesystem ¶
type Parser ¶
type Parser struct {
Filesystem Filesystem // For handling includes. Can be set to nil to fall back to os package.
}
Click to show internal directories.
Click to hide internal directories.