Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GofileUtil ¶ added in v1.0.506
type GofileUtil interface { FindRootPkg() string SetRootPkgEnv(p string) CheckConfigFileExist(root, f string) bool FindRootDir() string FindRootDirGoMod() string GetCurPath() string CheckFileExist(filename string) bool TryFileExist(filename string) bool UnZip(zipFile string, destPath string) error Zip(srcPath string, destFile string) error Dir(pathfile string) string FindPkgPath(pkg string) string }
type ISingleton ¶ added in v1.0.53
NewBean
type IbaseProxy ¶
type IgofileUtil ¶ added in v1.0.505
type IgofileUtil interface { }
Click to show internal directories.
Click to hide internal directories.