Skip to content

v0.0.1 - 2024-08-08

Latest
Compare
Choose a tag to compare
@sunist-c sunist-c released this 08 Aug 07:03
· 2 commits to main since this release

Chore

  • ci: 初始化 dockerfile 用作 ci 构建
    • ci: 添加 GitHub Actions 配置以自动构建 docker 镜像
    • deps: 更新 go.mod 和 go.sum 文件中的依赖项
    • deps: 初始化项目,设置包名和初始依赖
    • docs: 初始化 readme.md,添加使用说明
    • model: 添加了数据库模型的 列名 枚举,使用 database-columns 自动生成维护

Conf

  • ci: 添加 golangci-lint 工作流和配置文件

Docs

  • readme: 更新 readme 文档

Feat

  • callback: 添加 Callback API 及其服务实现
    • integration: 增加 Integration API 和相关功能
    • model: 添加多个数据库模型文件
    • notify: 新增通知功能及相关配置
    • template: 新增模板 API 并优化现有代码

Fix

  • logger: 修复新旧接口日志接口不统一的问题
    • router: 修正 ServeAsync 函数的通道参数,避免退出时阻塞

Style

  • model: reformat generated code