Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderCompileClientTemplate ¶
func RenderCompileClientTemplate(data *config.RGOClientTemplateData) (string, error)
func RenderEditClientTemplate ¶
func RenderEditClientTemplate(data *config.RGOClientTemplateData) (string, error)
Types ¶
type RGOPlugin ¶
type RGOPlugin struct { Type string ProjectModule string ServiceName string FormatServiceName string Pwd string }
func GetRGOPlugin ¶
func (*RGOPlugin) GetPluginParameters ¶
type RGOThriftgoPlugin ¶
type RGOThriftgoPlugin struct { Args []string ProjectModule string ServiceName string FormatServiceName string Pwd string }
func GetRGOThriftgoPlugin ¶
func GetRGOThriftgoPlugin(pwd, projectModule, serviceName, formatServiceName string, Args []string) (*RGOThriftgoPlugin, error)
func (*RGOThriftgoPlugin) GetName ¶
func (r *RGOThriftgoPlugin) GetName() string
func (*RGOThriftgoPlugin) GetPluginParameters ¶
func (r *RGOThriftgoPlugin) GetPluginParameters() []string
Click to show internal directories.
Click to hide internal directories.