Files
cms-server/service/shared/common.go
Asai Neko 89e7f1a41a
Some checks failed
Backend Check Build (NixCN CMS) TeamCity build failed
Client CMS Check Build (NixCN CMS) TeamCity build finished
WIP: Restructing auth api and service
Signed-off-by: Asai Neko <sugar@sne.moe>
2026-01-28 18:19:24 +08:00

9 lines
129 B
Go

package shared
import "nixcn-cms/internal/exception"
type CommonResult struct {
HttpCode int
Exception *exception.Builder
}