Documentation ¶
Overview ¶
Package util...
Description : 文件相关工具
Author : go_developer@163.com<白茶清欢>
Date : 2021-04-26 6:00 下午
Package util...
Description : util...
Author : go_developer@163.com<白茶清欢>
Date : 2021-02-24 11:04 下午
Package util...
Description : util...
Author : go_developer@163.com<白茶清欢>
Date : 2021-03-09 5:56 下午
Package util...
Description : 字符串相关的工具
Author : go_developer@163.com<白茶清欢>
Date : 2021-03-09 6:00 下午
Package util...
Description : util ...
Author : go_developer@163.com<白茶清欢>
Date : 2021-03-14 11:11 下午
Index ¶
- func GenRandomString(source string, length uint) string
- func GetHashID(key interface{}) uint64
- func GetHashIDMod(key interface{}, shard int) int
- func GetHostIP() string
- func GetProjectPath() (string, error)
- func IsFileExist(filePath string) (bool, bool)
- func Md5(str string) string
- func ReadFileContent(filePath string) ([]byte, error)
- func ReadYmlConfig(filePath string, result interface{}) error
- func StructToMap(data interface{}) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenRandomString ¶
GenRandomString 获取随机长度的字符串
Author : go_developer@163.com<白茶清欢>
Date : 6:01 下午 2021/3/9
func GetHashID ¶
func GetHashID(key interface{}) uint64
GetHashID ...
Author : go_developer@163.com<白茶清欢>
Date : 11:04 下午 2021/2/24
func GetHashIDMod ¶
GetHashIDMod 获取hashID并取模
Author : go_developer@163.com<白茶清欢>
Date : 11:07 下午 2021/2/24
func GetHostIP ¶
func GetHostIP() string
GetHostIP 获取本机IP地址
Author : go_developer@163.com<白茶清欢>
Date : 5:58 下午 2021/3/9
func GetProjectPath ¶
GetProjectPath 获取项目路径(可执行文件所在目录)
Author : go_developer@163.com<白茶清欢>
Date : 10:32 下午 2021/4/26
func IsFileExist ¶
IsFileExist 判断文件是否存在
Author : go_developer@163.com<白茶清欢>
Date : 10:37 下午 2021/4/26
func ReadFileContent ¶
ReadFileContent 读取文件内容
Author : go_developer@163.com<白茶清欢>
Date : 10:37 下午 2021/4/26
func ReadYmlConfig ¶
ReadYmlConfig 读取yml配置问价,并解析到指定的结构体中
Author : go_developer@163.com<白茶清欢>
Date : 10:35 下午 2021/4/26
func StructToMap ¶
StructToMap 结构体转为map
Author : go_developer@163.com<白茶清欢>
Date : 11:12 下午 2021/3/14
Types ¶
This section is empty.