package
0.0.0-20220926144246-b89eba747b91
Repository: https://github.com/0raja/chat_app.git
Documentation: pkg.go.dev
# Functions
CheckEmailNotExists 判断邮箱是否已经注册.
DeleteExpiredFile 定时删除没有relation的文件.
ExistsSetting 是否存在account和relation关系的联系 参数: accountID, relationID 成功: 是否存在,nil 失败: 打印错误日志 errcode.ErrServer.
GetMsgInfoByID 获取消息详情 参数: msgID 消息ID 成功: 消息详情,nil 失败: 打印错误日志 errcode.ErrServer,myerr.MsgNotExists.
PublishFile 上传文件,传出context与relationID,accountID,file(*multipart.FileHeader),返回 model.PublishFileRe 错误代码 1003:系统错误 8001:文件存储失败(aly) 8004:文件过大.
# Variables
No description provided by the author