Documentation ¶
Index ¶
- type AreaManageServer
- func (s *AreaManageServer) AreaInfoCreate(ctx context.Context, in *sys.AreaInfo) (*sys.AreaWithID, error)
- func (s *AreaManageServer) AreaInfoDelete(ctx context.Context, in *sys.AreaWithID) (*sys.Empty, error)
- func (s *AreaManageServer) AreaInfoIndex(ctx context.Context, in *sys.AreaInfoIndexReq) (*sys.AreaInfoIndexResp, error)
- func (s *AreaManageServer) AreaInfoRead(ctx context.Context, in *sys.AreaInfoReadReq) (*sys.AreaInfo, error)
- func (s *AreaManageServer) AreaInfoUpdate(ctx context.Context, in *sys.AreaInfo) (*sys.Empty, error)
- func (s *AreaManageServer) AreaProfileIndex(ctx context.Context, in *sys.AreaProfileIndexReq) (*sys.AreaProfileIndexResp, error)
- func (s *AreaManageServer) AreaProfileRead(ctx context.Context, in *sys.AreaProfileReadReq) (*sys.AreaProfile, error)
- func (s *AreaManageServer) AreaProfileUpdate(ctx context.Context, in *sys.AreaProfile) (*sys.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AreaManageServer ¶
type AreaManageServer struct { sys.UnimplementedAreaManageServer // contains filtered or unexported fields }
func NewAreaManageServer ¶
func NewAreaManageServer(svcCtx *svc.ServiceContext) *AreaManageServer
func (*AreaManageServer) AreaInfoCreate ¶
func (s *AreaManageServer) AreaInfoCreate(ctx context.Context, in *sys.AreaInfo) (*sys.AreaWithID, error)
新增区域
func (*AreaManageServer) AreaInfoDelete ¶
func (s *AreaManageServer) AreaInfoDelete(ctx context.Context, in *sys.AreaWithID) (*sys.Empty, error)
删除区域
func (*AreaManageServer) AreaInfoIndex ¶
func (s *AreaManageServer) AreaInfoIndex(ctx context.Context, in *sys.AreaInfoIndexReq) (*sys.AreaInfoIndexResp, error)
获取区域信息列表
func (*AreaManageServer) AreaInfoRead ¶
func (s *AreaManageServer) AreaInfoRead(ctx context.Context, in *sys.AreaInfoReadReq) (*sys.AreaInfo, error)
获取区域信息详情
func (*AreaManageServer) AreaInfoUpdate ¶
func (s *AreaManageServer) AreaInfoUpdate(ctx context.Context, in *sys.AreaInfo) (*sys.Empty, error)
更新区域
func (*AreaManageServer) AreaProfileIndex ¶
func (s *AreaManageServer) AreaProfileIndex(ctx context.Context, in *sys.AreaProfileIndexReq) (*sys.AreaProfileIndexResp, error)
func (*AreaManageServer) AreaProfileRead ¶
func (s *AreaManageServer) AreaProfileRead(ctx context.Context, in *sys.AreaProfileReadReq) (*sys.AreaProfile, error)
func (*AreaManageServer) AreaProfileUpdate ¶
func (s *AreaManageServer) AreaProfileUpdate(ctx context.Context, in *sys.AreaProfile) (*sys.Empty, error)
Click to show internal directories.
Click to hide internal directories.