Documentation ¶
Index ¶
- Constants
- func AddImport(file, alias, impt string) ([]byte, error)
- func AddImportForContent(fileContent []byte, alias, impt string) ([]byte, error)
- func AddSlashForComments(s string) string
- func BaseName(include, subFixToTrim string) string
- func BaseNameAndTrim(include string) string
- func Bytes2Str(in []byte) (out string)
- func CamelString(s string) string
- func CheckAndUpdateThriftgo() error
- func CheckCompiler(tool string) (bool, error)
- func CopyString2StringMap(from, to map[string]string)
- func CopyStringSlice(from, to *[]string)
- func GetBuildGoPaths() []string
- func GetFirstKV(m map[string][]string) (string, []string)
- func GetGOPATH() (gopath string, err error)
- func GetHandlerPackageUniqueName(name string) (string, error)
- func GetMiddlewareUniqueName(name string) (string, error)
- func GetPackageUniqueName(name string) (string, error)
- func ImportToPath(path, subFix string) string
- func ImportToPathAndConcat(path, subFix string) string
- func InitGoMod(module string) error
- func InstallAndCheckThriftgo() error
- func IsWindows() bool
- func MapForm(input []string) (map[string][]string, error)
- func PackArgs(c interface{}) (res []string, err error)
- func PathExist(path string) (bool, error)
- func PathToImport(path, subFix string) string
- func QueryVersion(exe string) (version string, err error)
- func RelativePath(path string) (string, error)
- func SearchGoMod(cwd string, recurse bool) (moduleName, path string, found bool)
- func ShouldUpdate(current, latest string) bool
- func SnakeString(s string) string
- func SplitGoTags(input string) []string
- func SplitPackage(pkg, subFixToTrim string) string
- func SplitPackageName(pkg, subFixToTrim string) string
- func Str2Bytes(in string) (out []byte)
- func SubDir(root, subPkg string) string
- func SubPackage(mod, dir string) string
- func SubPackageDir(path string) string
- func ToCamelCase(name string) string
- func ToGoFuncName(s string) string
- func ToSnakeCase(name string) string
- func ToVarName(paths []string) string
- func TrimLastChar(s string) string
- func UnpackArgs(args []string, c interface{}) error
Constants ¶
const ThriftgoMiniVersion = "v0.2.0"
Variables ¶
This section is empty.
Functions ¶
func AddImportForContent ¶ added in v0.5.1
func AddSlashForComments ¶
AddSlashForComments can adjust the format of multi-line comments
func BaseNameAndTrim ¶
func CamelString ¶
CamelString converts the string 's' to a camel string
func CheckAndUpdateThriftgo ¶
func CheckAndUpdateThriftgo() error
CheckAndUpdateThriftgo checks the version of thriftgo and updates the tool to the latest version if its version is less than v0.2.0.
func CheckCompiler ¶
CheckCompiler will check if the tool exists.
func CopyString2StringMap ¶
func CopyStringSlice ¶
func CopyStringSlice(from, to *[]string)
func GetBuildGoPaths ¶
func GetBuildGoPaths() []string
GetBuildGoPaths returns the list of Go path directories.
func GetMiddlewareUniqueName ¶
GetMiddlewareUniqueName can get a non-repeating variable name for middleware name
func GetPackageUniqueName ¶
GetPackageUniqueName can get a non-repeating variable name for package alias
func ImportToPath ¶
func ImportToPathAndConcat ¶
func InstallAndCheckThriftgo ¶
func InstallAndCheckThriftgo() error
InstallAndCheckThriftgo will automatically install thriftgo and judge whether it is installed successfully.
func PathToImport ¶
func QueryVersion ¶
QueryVersion will query the version of the corresponding executable.
func RelativePath ¶
func SearchGoMod ¶
SearchGoMod searches go.mod from the given directory (which must be an absolute path) to the root directory. When the go.mod is found, its module name and path will be returned.
func ShouldUpdate ¶
ShouldUpdate will return "true" when current is lower than latest.
func SnakeString ¶
SnakeString converts the string 's' to a snake string
func SplitGoTags ¶
func SplitPackage ¶
func SplitPackageName ¶
func SubPackage ¶
func SubPackageDir ¶ added in v0.5.0
func ToCamelCase ¶
func ToGoFuncName ¶ added in v0.6.2
ToGoFuncName converts a string to a function naming style for go
func ToSnakeCase ¶
func UnpackArgs ¶
Types ¶
This section is empty.