Skip to content

RhInEs-liao/cloud-disk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudDisk

轻量级云盘系统,基于go-zero、xorm实现。

B站视频链接:https://www.bilibili.com/video/BV1cr4y1s7H4/

使用到的命令

# 创建API服务
goctl api new core
# 启动服务
go run core.go -f etc/core-api.yaml
# 使用api文件生成代码
goctl api go -api core.api -dir . -style go_zero

腾讯云COS后台地址:https://console.cloud.tencent.com/cos/bucket

腾讯云COS帮助文档:https://cloud.tencent.com/document/product/436/31215

系统模块

  • 用户模块
    • 密码登录
    • 刷新Authorization
    • 邮箱注册
    • 用户详情
    • 用户容量
  • 存储池模块
    • 中心存储池资源管理
      • 文件上传
      • 文件秒传
      • 文件分片上传
      • 对接 MinIO
      • 对接阿里对象存储
    • 个人存储池资源管理
      • 文件关联存储
      • 文件列表
      • 文件名称修改
      • 文件夹创建
      • 文件删除
      • 文件移动
  • 文件分享模块
    • 创建分享记录
    • 获取资源详情
    • 资源保存

About

基于go-zero实现的网盘系统

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%