代码拉取完成,页面将自动刷新
// Code generated by goctl. DO NOT EDIT.
// goctl 1.7.1
// Source: sys.proto
package server
import (
"context"
"gitee.com/unitedrhino/core/service/syssvr/internal/logic/areamanage"
"gitee.com/unitedrhino/core/service/syssvr/internal/svc"
"gitee.com/unitedrhino/core/service/syssvr/pb/sys"
)
type AreaManageServer struct {
svcCtx *svc.ServiceContext
sys.UnimplementedAreaManageServer
}
func NewAreaManageServer(svcCtx *svc.ServiceContext) *AreaManageServer {
return &AreaManageServer{
svcCtx: svcCtx,
}
}
// 新增区域
func (s *AreaManageServer) AreaInfoCreate(ctx context.Context, in *sys.AreaInfo) (*sys.AreaWithID, error) {
l := areamanagelogic.NewAreaInfoCreateLogic(ctx, s.svcCtx)
return l.AreaInfoCreate(in)
}
// 更新区域
func (s *AreaManageServer) AreaInfoUpdate(ctx context.Context, in *sys.AreaInfo) (*sys.Empty, error) {
l := areamanagelogic.NewAreaInfoUpdateLogic(ctx, s.svcCtx)
return l.AreaInfoUpdate(in)
}
// 删除区域
func (s *AreaManageServer) AreaInfoDelete(ctx context.Context, in *sys.AreaWithID) (*sys.Empty, error) {
l := areamanagelogic.NewAreaInfoDeleteLogic(ctx, s.svcCtx)
return l.AreaInfoDelete(in)
}
// 获取区域信息详情
func (s *AreaManageServer) AreaInfoRead(ctx context.Context, in *sys.AreaInfoReadReq) (*sys.AreaInfo, error) {
l := areamanagelogic.NewAreaInfoReadLogic(ctx, s.svcCtx)
return l.AreaInfoRead(in)
}
// 获取区域信息列表
func (s *AreaManageServer) AreaInfoIndex(ctx context.Context, in *sys.AreaInfoIndexReq) (*sys.AreaInfoIndexResp, error) {
l := areamanagelogic.NewAreaInfoIndexLogic(ctx, s.svcCtx)
return l.AreaInfoIndex(in)
}
func (s *AreaManageServer) AreaProfileRead(ctx context.Context, in *sys.AreaProfileReadReq) (*sys.AreaProfile, error) {
l := areamanagelogic.NewAreaProfileReadLogic(ctx, s.svcCtx)
return l.AreaProfileRead(in)
}
func (s *AreaManageServer) AreaProfileUpdate(ctx context.Context, in *sys.AreaProfile) (*sys.Empty, error) {
l := areamanagelogic.NewAreaProfileUpdateLogic(ctx, s.svcCtx)
return l.AreaProfileUpdate(in)
}
func (s *AreaManageServer) AreaProfileIndex(ctx context.Context, in *sys.AreaProfileIndexReq) (*sys.AreaProfileIndexResp, error) {
l := areamanagelogic.NewAreaProfileIndexLogic(ctx, s.svcCtx)
return l.AreaProfileIndex(in)
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。