config
|
feat(config):增加用户会话时长的配置项。
|
2022-08-09 16:04:23 +08:00 |
global
|
build(deps):数据库驱动切换为pgx。
|
2022-08-11 10:31:36 +08:00 |
model
|
refactor(model):调整数据结构中的微小整型类型。
|
2022-08-11 15:28:57 +08:00 |
response
|
enhance(response):更新基本的简易响应生成函数。
|
2022-08-10 15:26:59 +08:00 |
router
|
enhance(response):应用生成相应的函数。
|
2022-08-10 15:28:57 +08:00 |
.gitignore
|
build(init):创建基本项目结构。
|
2022-08-09 15:02:34 +08:00 |
go.mod
|
build(deps):数据库驱动切换为pgx。
|
2022-08-11 10:31:36 +08:00 |
go.sum
|
build(deps):数据库驱动切换为pgx。
|
2022-08-11 10:31:36 +08:00 |
main.go
|
feat(db):增加基础表的数据结构同步。
|
2022-08-10 15:52:37 +08:00 |
Readme.md
|
doc(readme):增加说明文档。
|
2022-08-10 15:55:05 +08:00 |
settings.yaml
|
feat(config):增加用户会话时长的配置项。
|
2022-08-09 16:04:23 +08:00 |