Commit Graph

82 Commits

Author SHA1 Message Date
64679cfdca feat: add WithRequestId 2023-10-17 17:55:48 +08:00
2757e4f3c3 refactor: 把 resp_helper 放在 gweb 下 2023-10-17 17:45:55 +08:00
4485790236 chore: 小调整 2023-10-17 17:42:04 +08:00
ccd6289c9c chore: change App to Engine 2023-10-17 17:38:04 +08:00
388a2c57e1 chore: 更新依赖包 2023-10-17 17:23:09 +08:00
6a8179b316 feat: add gzip middleware 2023-10-17 17:22:15 +08:00
7f5da8e5e1 feat: add requestid middleware 2023-10-17 17:21:53 +08:00
e2ac9a7704 feat: add With func 2023-10-17 17:21:34 +08:00
9ad207f6c9 refactor: 移动目录 2023-10-17 17:21:14 +08:00
5f831c7005 chore: 统一使用 redis/go-redis/v9 2023-10-16 20:50:20 +08:00
c6e6430808 chore: ioutil 换为 os 2023-10-16 20:50:05 +08:00
8b29ccee17 refactor: 重构 gcache,支持 memory、redis 和 filesystem 三种 store 2023-10-16 20:49:23 +08:00
b6b0a7c0ca feat: 扩展 gin.Context 使用 gweb.Conetxt 2023-10-16 15:56:11 +08:00
d953b99b62 refactor: rename console to gconsole 2023-10-15 00:54:45 +08:00
29e12c1aa6 refactor: Console App 需要暴露出去, 自动注册 gen cmd 2023-10-15 00:49:22 +08:00
73642be12c feat: 增加 gen 命令 2023-10-15 00:33:48 +08:00
03b0c508d8 refactor: 删除 cli_contract 文件,合并到 console.go 文件 2023-10-15 00:33:36 +08:00
663d103dc9 chore: 弃用 ioutil 2023-10-15 00:32:49 +08:00
2302575edf refactor: 使用 memory cache 2023-10-11 07:36:56 +08:00
26c95c8fee chore: hex to int 2023-09-28 19:50:26 +08:00
06764caee2 feat: unicode table 有点旧,补充 ext-g,h,i 2023-09-28 19:12:10 +08:00
1d915f347f feat: 使用新机制实现 unicode range 2023-09-26 22:10:36 +08:00
f8fe348e1e chore: 修改名称 2023-09-25 23:49:59 +08:00
501490f6fe feat: 范围增加 2023-09-25 18:08:43 +08:00
471d5c3e70 chore: 翻译修改 2023-09-25 16:22:04 +08:00
9d8b8d6e6c feat: 增加范围 2023-09-25 15:18:24 +08:00
5a6f39f0b2 feat: 增加范围 2023-09-24 20:01:41 +08:00
3714dafc8c fix: 范围写错 2023-09-24 18:52:55 +08:00
26ec83b5f5 imp: 使用 unicode 标准调整范围 2023-09-21 20:56:57 +08:00
6a2bacf9a5 chore: 修改 gbk 范围 2023-09-21 10:24:04 +08:00
2b45e952fc feat: 增加测试并使通过 2023-09-20 23:55:59 +08:00
0d4b189d3b chore: RequestGet 还是 使用 url.Values 2023-09-20 22:14:09 +08:00
27715b7b27 chore: request data 的值可以是任意格式 2023-09-20 22:04:47 +08:00
9d11619e48 feat: 封装通用的 RequestGet and RequestPost 2023-09-20 21:18:48 +08:00
b57b32944a feat: 增加中文的一些处理 2023-09-20 16:49:31 +08:00
f60bf1ee22 feat: 按行读取文件 2023-09-20 07:24:59 +08:00
6ba1050711 feat: 增强 time helper 2023-09-19 15:30:20 +08:00
2450be244e chore: 对齐 2023-09-19 15:14:14 +08:00
aa784c4187 refactor: 移除 db 库,只保持已有使用的 mgodb 2023-09-19 10:45:38 +08:00
1ceb2331d8 feat: expose Queue func 2023-09-05 15:27:22 +08:00
1d2071e407 feat: expose asynq.Config type 2023-09-05 15:18:12 +08:00
f35c211961 chore: 可根据 driver 自动设置 Dialect 2023-08-22 17:33:43 +08:00
37f3df120d add new NewDb function in orm 2023-08-22 17:15:55 +08:00
437cd18dc7 refactor: 把 deleted_at 分离出来 2023-08-22 16:24:45 +08:00
d74d4a5348 chore: file header and change local text 2023-08-21 17:42:50 +08:00
0cc0b5f310 feat: 增加 orm 库 2023-08-20 13:51:00 +08:00
30c596f8ef feat: table 的输出 2023-08-20 13:50:39 +08:00
d4cfa79dfc feat: 增加单词单复数的处理 2023-08-20 13:48:07 +08:00
9c2748de15 feat: add another things 2023-08-18 15:23:53 +08:00
2f594afaa6 chore: 调整字段名 2023-08-18 13:15:28 +08:00