Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrMissingInclude ¶
type ErrMissingInclude string
func (ErrMissingInclude) Error ¶
func (e ErrMissingInclude) Error() string
type ErrUnknownType ¶
type ErrUnknownType string
func (ErrUnknownType) Error ¶
func (e ErrUnknownType) Error() string
type Flags ¶
type Flags struct { Binarystring bool // Always use string for binary instead of []byte ImportPrefix string // Prefix for Thrift-generated go package imports JSONEnumnum bool // For JSON marshal enums by number instead of name NoRPC bool // RPC code is not generated Pointers bool // Make all fields pointers SignedBytes bool // Interpret Thrift byte as Go signed int8 type }
Flags generater flags
Click to show internal directories.
Click to hide internal directories.