Controller-API
API的controller都在api包中,如下:
ui
├── main.go
├── router.go
├── api
│ ├── user.go
│ └── ...
└── ...
在本小节中,将详细分析每一个controller
Last updated
Was this helpful?
API的controller都在api包中,如下:
ui
├── main.go
├── router.go
├── api
│ ├── user.go
│ └── ...
└── ...
在本小节中,将详细分析每一个controller
Last updated
Was this helpful?