util

package
v0.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 24 Imported by: 5

Documentation

Index

Constants

View Source
const ThriftgoMiniVersion = "v0.2.0"

Variables

This section is empty.

Functions

func AddImport

func AddImport(file, alias, impt string) ([]byte, error)

func AddImportForContent added in v0.5.1

func AddImportForContent(fileContent []byte, alias, impt string) ([]byte, error)

func AddSlashForComments

func AddSlashForComments(s string) string

AddSlashForComments can adjust the format of multi-line comments

func BaseName

func BaseName(include, subFixToTrim string) string

BaseName get base name for path. ex: "github.com/p.s.m" => "p.s.m"

func BaseNameAndTrim

func BaseNameAndTrim(include string) string

func Bytes2Str

func Bytes2Str(in []byte) (out string)

func CamelString

func CamelString(s string) string

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

func CheckCompiler(tool string) (bool, error)

CheckCompiler will check if the tool exists.

func CopyString2StringMap

func CopyString2StringMap(from, to map[string]string)

func CopyStringSlice

func CopyStringSlice(from, to *[]string)

func GetBuildGoPaths

func GetBuildGoPaths() []string

GetBuildGoPaths returns the list of Go path directories.

func GetFirstKV

func GetFirstKV(m map[string][]string) (string, []string)

func GetGOPATH

func GetGOPATH() (gopath string, err error)

func GetHandlerPackageUniqueName

func GetHandlerPackageUniqueName(name string) (string, error)

func GetMiddlewareUniqueName

func GetMiddlewareUniqueName(name string) (string, error)

GetMiddlewareUniqueName can get a non-repeating variable name for middleware name

func GetPackageUniqueName

func GetPackageUniqueName(name string) (string, error)

GetPackageUniqueName can get a non-repeating variable name for package alias

func ImportToPath

func ImportToPath(path, subFix string) string

func ImportToPathAndConcat

func ImportToPathAndConcat(path, subFix string) string

func InitGoMod

func InitGoMod(module string) error

func InstallAndCheckThriftgo

func InstallAndCheckThriftgo() error

InstallAndCheckThriftgo will automatically install thriftgo and judge whether it is installed successfully.

func IsWindows

func IsWindows() bool

func MapForm

func MapForm(input []string) (map[string][]string, error)

func PackArgs

func PackArgs(c interface{}) (res []string, err error)

func PathExist

func PathExist(path string) (bool, error)

func PathToImport

func PathToImport(path, subFix string) string

func QueryVersion

func QueryVersion(exe string) (version string, err error)

QueryVersion will query the version of the corresponding executable.

func RelativePath

func RelativePath(path string) (string, error)

func SearchGoMod

func SearchGoMod(cwd string, recurse bool) (moduleName, path string, found bool)

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

func ShouldUpdate(current, latest string) bool

ShouldUpdate will return "true" when current is lower than latest.

func SnakeString

func SnakeString(s string) string

SnakeString converts the string 's' to a snake string

func SplitGoTags

func SplitGoTags(input string) []string

func SplitPackage

func SplitPackage(pkg, subFixToTrim string) string

func SplitPackageName

func SplitPackageName(pkg, subFixToTrim string) string

func Str2Bytes

func Str2Bytes(in string) (out []byte)

func SubDir

func SubDir(root, subPkg string) string

func SubPackage

func SubPackage(mod, dir string) string

func SubPackageDir added in v0.5.0

func SubPackageDir(path string) string

func ToCamelCase

func ToCamelCase(name string) string

func ToGoFuncName added in v0.6.2

func ToGoFuncName(s string) string

ToGoFuncName converts a string to a function naming style for go

func ToSnakeCase

func ToSnakeCase(name string) string

func ToVarName

func ToVarName(paths []string) string

func TrimLastChar

func TrimLastChar(s string) string

TrimLastChar can remove the last char for s

func UnpackArgs

func UnpackArgs(args []string, c interface{}) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL