module
Version:
v0.0.0-...-3db2725
Opens a new window with list of versions in this module.
Published: Aug 11, 2024
License: MIT
Opens a new window with license information.
README
¶
chatgram
Layer
The application with the following layers:
-
- HTTP Layer: Responsible for handling incoming HTTP requests and returning responses.
-
- Service Layer: Responsible for handling business logic and communicating with the data layer.
-
- Data Layer: Responsible for handling communication with other micro-service.
接口文档
http://localhost:8081/docs
常用命令
# 生成 proto 和 grpc 文件
make grpc
# 生成 http 结构
make http
# 生成文档
make openapi
# 运行服务
make run
Directories
¶
Click to show internal directories.
Click to hide internal directories.