Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThriftModule ¶
type ThriftModule struct {
Name string // The name of the thrift module.
Package string // The go package (full path).
FilePath string // The thrift file path (relative to--thrift-root=).
Includes []*ThriftModule // A reference to every included thrift modules.
SHA1 string // The SHA1 of the thrift content.
Raw string // The full content of the thrift file.
}
ThriftModule is used by the generated code to expose the embedded IDL source.
Click to show internal directories.
Click to hide internal directories.