Documentation ¶
Index ¶
- func GenInterface(interfaceSuffix string, c plugin.CodeWriter, ...)
- func GenProxyStruct(proxySuffix string, c plugin.CodeWriter, ...)
- func MatchFunctionByStructName(functionSignature, structName string) (string, bool)
- func ParseMethodInfoFromGoFiles(structName string, goFilesPath []string) []method
- func ToFirstCharLower(input string) string
- func ToFirstCharUpper(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenInterface ¶
func GenProxyStruct ¶
func ParseMethodInfoFromGoFiles ¶
ParseMethodInfoFromGoFiles parse all methods, FIXME: now we don't support parse method signature with '\n' inner. like: func (s *ComplexService) RPCBasicType(name string, ageF64Ptr *float64) (string, error)
func ToFirstCharLower ¶
func ToFirstCharUpper ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.