完成一版文档json生成

This commit is contained in:
2025-02-15 21:19:35 +08:00
parent e1f597ae50
commit ff91efd1c8
3 changed files with 12 additions and 1 deletions

View File

@ -27,6 +27,7 @@ func NewServer(port int, option any) *server {
return &server{
router: gin.Default(),
docInstance: NewDoc(nil, nil), // TODO : 配置相关信息
port: port,
}
}