rm-schedule

command module
v0.0.0-...-80dae45 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

README

RoboMaster 赛程分析软件

正式环境 https://schedule.scutbot.cn/

这是后端仓库,前端仓库见 https://github.com/scutrobotlab/rm-schedule-ui

除后端技术性介绍外,其余内容都写在前端仓库的 README 中。

技术方案

依赖工具
  • Golang 1.22
  • Docker
编译方式

直接编译

go mod tidy
go build -o rm-schedule .

构建 Docker 镜像

docker build --platform linux/amd64 -t registry.cn-guangzhou.aliyuncs.com/scutrobot/rm-schedule:latest .

推送 Docker 镜像

docker push registry.cn-guangzhou.aliyuncs.com/scutrobot/rm-schedule:latest
目录结构
.
├── Dockerfile
├── LICENSE
├── README.md
├── etc 配置文件
├── go.mod
├── go.sum
├── internal 内部代码
│ ├── handler 请求处理器
│ │ ├── ...
│ ├── job 定时任务
│ │ ├── ...
│ ├── router 路由
│ │ └── router.go
│ ├── static 静态资源
│ │ ├── ...
│ └── svc 服务
│ └── service_context.go
└── main.go 主方法

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
job
svc

Jump to

Keyboard shortcuts

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