Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetInfoByIdReq ¶
type GetInfoByIdReq = __.GetInfoByIdReq
type GetInfoByIdResp ¶
type GetInfoByIdResp = __.GetInfoByIdResp
type GetInfoListReq ¶
type GetInfoListReq = __.GetInfoListReq
type GetInfoListResp ¶
type GetInfoListResp = __.GetInfoListResp
type UpdateWorkCntReq ¶
type UpdateWorkCntReq = __.UpdateWorkCntReq
type UserService ¶
type UserService interface { GetInfoById(ctx context.Context, in *GetInfoByIdReq, opts ...grpc.CallOption) (*GetInfoByIdResp, error) GetInfoList(ctx context.Context, in *GetInfoListReq, opts ...grpc.CallOption) (*GetInfoListResp, error) UpdateWorkCnt(ctx context.Context, in *UpdateWorkCntReq, opts ...grpc.CallOption) (*CodeResp, error) }
func NewUserService ¶
func NewUserService(cli zrpc.Client) UserService
Click to show internal directories.
Click to hide internal directories.