WIP: Full restruct, seprate service and api
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
8
service/common.go
Normal file
8
service/common.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package service
|
||||
|
||||
import "nixcn-cms/internal/exception"
|
||||
|
||||
type CommonResult struct {
|
||||
HttpCode int
|
||||
Exception *exception.Builder
|
||||
}
|
||||
Reference in New Issue
Block a user