Documentation
¶
Index ¶
- Variables
- func GetTSHeaderComment() string
- func RenderGoRPCClients(services model.ServiceList, longPackageName, packageName string, ...) (gocode string, err error)
- func RenderGoRPCProxies(services model.ServiceList, longPackageName, packageName string, ...) (gocode string, err error)
- func RenderGoTSRPCClients(services model.ServiceList, longPackageName, packageName string, ...) (gocode string, err error)
- func RenderGoTSRPCProxies(services model.ServiceList, longPackageName, packageName string, ...) (gocode string, err error)
- func RenderTypeScriptServices(services model.ServiceList, mappings config.TypeScriptMappings, ...) (typeScript string, err error)
- func RenderTypescriptStructsToPackages(structs map[string]*model.Struct, mappings config.TypeScriptMappings, ...) (err error)
- func Split(str string, seps []string) []string
- type Code
Constants ¶
This section is empty.
Variables ¶
View Source
var Trace = false
Trace enables debug output for code generation.
Functions ¶
func GetTSHeaderComment ¶
func GetTSHeaderComment() string
func RenderGoRPCClients ¶
func RenderGoRPCProxies ¶
func RenderGoTSRPCClients ¶
func RenderGoTSRPCProxies ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.