Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FileRef = `// Code generated by thriftgo ({{Version}}). DO NOT EDIT.
{{InsertionPoint "bof"}}
package {{.FilePackage}}
{{- $RefPackage := .RefPackage}}
import (
{{InsertionPoint "imports"}}
{{define "Imports"}}
{{end}}
{{.RefPackage}} "{{.RefPath}}"
)
` + constRef + `
{{- range .Structs}}
` + structRef + `
{{- end}}
` + enumRef + `
` + typedefRef + `
{{- range .Unions}}
` + structRef + `
{{- end}}
{{- range .Exceptions}}
` + structRef + `
{{- end}}
{{- InsertionPoint "eof"}}
`
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.