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