init
parents
Showing
with
2236 additions
and
0 deletions
.gitignore
0 → 100644
README.md
0 → 100644
app/common/config/http/mysql.go
0 → 100644
app/common/config/http/redis.go
0 → 100644
app/common/config/task/mysql.go
0 → 100644
app/common/config/task/redis.go
0 → 100644
app/common/const/consts.go
0 → 100644
app/common/function/request.go
0 → 100644
app/common/function/response.go
0 → 100644
app/common/function/sort.go
0 → 100644
app/controller/demo_controller.go
0 → 100644
app/dao/README.md
0 → 100644
app/dao/http/dao.go
0 → 100644
app/dao/task/dao.go
0 → 100644
app/dao/user.go
0 → 100644
app/model/README.md
0 → 100644
app/service/README.md
0 → 100644
app/service/http/service.go
0 → 100644
app/service/task/handle.go
0 → 100644
app/service/task/task_service.go
0 → 100644
boot/http/boot.go
0 → 100644
boot/task/boot.go
0 → 100644
cmd/http/main.go
0 → 100644
cmd/task/main.go
0 → 100644
config/dev/config.toml
0 → 100644
config/dev/db.toml
0 → 100644
config/dev/proxy.toml
0 → 100644
config/dev/redis.toml
0 → 100644
go.mod
0 → 100644
go.sum
0 → 100644
This diff is collapsed.
Click to expand it.
middleware/recovery.go
0 → 100644
middleware/request_log.go
0 → 100644
middleware/response.go
0 → 100644
router/httpserver.go
0 → 100644
router/route.go
0 → 100644
util/lib/file.go
0 → 100644
util/lib/func.go
0 → 100644
util/lib/mysql.go
0 → 100644
util/lib/request_log.go
0 → 100644
util/log.go
0 → 100644
util/regist_etcd/regist.go
0 → 100644
Please
register
or
sign in
to comment