Files
APIPark/controller/controller.go
2024-08-12 21:38:09 +08:00

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