-
Notifications
You must be signed in to change notification settings - Fork 17
程式架構說明
Chuan-Heng Hsiao edited this page Jan 4, 2021
·
1 revision
- api/ api 主要 functions.
- apitypes/ api 所需要使用到的 types.
- schema/ 存在 db 裡的各種 data 設定.
- types/ 基本 types.
- utils/ 基本 utils.
- queue/ 把 comments 丟到 queue 裡相關的 module.
- dbcs/ 處理 dbcs (double-byte-color-system) 相關的 module.
- db/ mongodb 的基本
- mock/ 中介應用層給 frontend 的假資料
- mock_http/ 測試時的 go-pttbbs 假資料.