会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
开发语言
Go
C++
C#
JAVA后端
Linux
基本命令
容器技术
移动开发
Android
IOS
前端技术
AntdesignVUE
AntdesignReact
CSS
JS
ZGJ
博客园
首页
新随笔
联系
订阅
管理
2023年7月14日
go 服务端分层框架设计
摘要: 框架分为四层。models,controllers,repositories,services 以User为例 1、controller示例 ``` package controllers import ( "appserver/repositories" "appserver/services"
阅读全文
posted @ 2023-07-14 11:23 zhaogaojian
阅读(69)
评论(0)
推荐(0)
编辑
公告