Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RewriteRGOConfig ¶
Types ¶
type RGOClientTemplateData ¶
type RGOClientTemplateData struct {
RGOModuleName string // Name of the RGO module (e.g., rgo)
ServiceName string // Name of the service (e.g., service.one)
FormatServiceName string // Formatted service name (e.g., service_one)
Imports []string // List of imports required for the client (e.g., context, github.com/cloudwego/kitex/client)
*parser.Thrift
}
Click to show internal directories.
Click to hide internal directories.