mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-04 10:13:53 +08:00
6 lines
237 B
Go
6 lines
237 B
Go
// Description: This package is used to handle all the request from the client
|
|
// and return the response to the client.
|
|
// 只能使用 module 下面的封装好的接口,不能直接使用 service 下面的接口
|
|
|
|
package controller
|