Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var BootstrapTpl string = `` /* 412-byte string literal not displayed */
BootstrapTpl is the template for generating bootstrap.sh.
var BuildTpl string = `` /* 284-byte string literal not displayed */
BuildTpl is the template for generating build.sh.
var ClientTpl string = `` /* 6363-byte string literal not displayed */
ClientTpl is the template for generating client.go.
var ClientTplV2 string = `` /* 3512-byte string literal not displayed */
ClientTplV2 is the template for generating client.go. Enabled when streamx is specified.
var HandlerMethodsTpl string = `` /* 1211-byte string literal not displayed */
HandlerMethodsTpl is the template for generating methods in handler.go.
var HandlerTpl string = `` /* 369-byte string literal not displayed */
HandlerTpl is the template for generating handler.go.
var InvokerTpl string = `` /* 889-byte string literal not displayed */
InvokerTpl is the template for generating invoker.go.
var MainMultipleServicesTpl string = `` /* 527-byte string literal not displayed */
var MainTpl string = `` /* 383-byte string literal not displayed */
MainTpl is the template for generating main.go
var ServerTpl string = `` /* 1148-byte string literal not displayed */
ServerTpl is the template for generating server.go.
var ServiceTpl string = `` /* 15742-byte string literal not displayed */
ServiceTpl is the template for generating the servicename.go source.
var ServiceTplV2 string = `` /* 11835-byte string literal not displayed */
ServiceTplV2 is the template for generating the servicename.go source. Enabled when streamx is specified.
var ToolVersionTpl string = `kitexinfo:
ServiceName: '{{.RealServiceName}}'
ToolVersion: '{{.Version}}'
`
ToolVersionTpl is the template for generating the .kitex source.
Functions ¶
This section is empty.
Types ¶
This section is empty.