userservice

package
v0.0.0-...-bdd2a71 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CodeResp

type CodeResp = __.CodeResp

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 User

type User = __.User

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL