package
0.9.1
Repository: https://github.com/curoky/go-thrift-parser.git
Documentation: pkg.go.dev

# Functions

ParseCategory attempts to convert a string to a Category.
ParseConstType attempts to convert a string to a ConstType.
ParseFieldType attempts to convert a string to a FieldType.

# Constants

CategoryBinary is a Category of type Binary.
CategoryBool is a Category of type Bool.
CategoryByte is a Category of type Byte.
CategoryConstant is a Category of type Constant.
CategoryDouble is a Category of type Double.
CategoryEnum is a Category of type Enum.
CategoryException is a Category of type Exception.
CategoryI16 is a Category of type I16.
CategoryI32 is a Category of type I32.
CategoryI64 is a Category of type I64.
CategoryIdentifier is a Category of type Identifier.
CategoryList is a Category of type List.
CategoryMap is a Category of type Map.
CategoryService is a Category of type Service.
CategorySet is a Category of type Set.
CategoryString is a Category of type String.
CategoryStruct is a Category of type Struct.
CategoryTypedef is a Category of type Typedef.
CategoryUnion is a Category of type Union.
CategoryUnknown is a Category of type Unknown.
CategoryVoid is a Category of type Void.
ConstTypeDouble is a ConstType of type Double.
ConstTypeIdentifier is a ConstType of type Identifier.
ConstTypeInt is a ConstType of type Int.
ConstTypeList is a ConstType of type List.
ConstTypeLiteral is a ConstType of type Literal.
ConstTypeMap is a ConstType of type Map.
FieldTypeDefault is a FieldType of type Default.
FieldTypeOptional is a FieldType of type Optional.
FieldTypeRequired is a FieldType of type Required.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

ENUM( Void, Constant, Bool Byte I16 I32 I64 Double String Binary Map List Set Enum Struct Union Exception Service Typedef Identifier Unknown ).
ENUM( Double, Int, Literal, Identifier, List, Map ).
ENUM( Default, Required, Optional, ).