Documentation ¶
Index ¶
- type UserServiceServer
- func (s *UserServiceServer) GetInfoById(ctx context.Context, in *__.GetInfoByIdReq) (*__.GetInfoByIdResp, error)
- func (s *UserServiceServer) GetInfoList(ctx context.Context, in *__.GetInfoListReq) (*__.GetInfoListResp, error)
- func (s *UserServiceServer) UpdateWorkCnt(ctx context.Context, in *__.UpdateWorkCntReq) (*__.CodeResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserServiceServer ¶
type UserServiceServer struct { __.UnimplementedUserServiceServer // contains filtered or unexported fields }
func NewUserServiceServer ¶
func NewUserServiceServer(svcCtx *svc.ServiceContext) *UserServiceServer
func (*UserServiceServer) GetInfoById ¶
func (s *UserServiceServer) GetInfoById(ctx context.Context, in *__.GetInfoByIdReq) (*__.GetInfoByIdResp, error)
func (*UserServiceServer) GetInfoList ¶
func (s *UserServiceServer) GetInfoList(ctx context.Context, in *__.GetInfoListReq) (*__.GetInfoListResp, error)
func (*UserServiceServer) UpdateWorkCnt ¶
func (s *UserServiceServer) UpdateWorkCnt(ctx context.Context, in *__.UpdateWorkCntReq) (*__.CodeResp, error)
Click to show internal directories.
Click to hide internal directories.