userservice

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: GPL-3.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 BatchOptReq

type BatchOptReq = user.BatchOptReq

type CreateReq

type CreateReq = user.CreateReq

type DeleteReq

type DeleteReq = user.DeleteReq

type DetailReq

type DetailReq = user.DetailReq

type DetailResp

type DetailResp = user.DetailResp

type EmptyRequest

type EmptyRequest = user.EmptyRequest

type EmptyResp

type EmptyResp = user.EmptyResp

type GetUserIDListByTenantReq

type GetUserIDListByTenantReq = user.GetUserIDListByTenantReq

type ListItem

type ListItem = user.ListItem

type ListReq

type ListReq = user.ListReq

type ListResp

type ListResp = user.ListResp

type RegisterGetTenantReq

type RegisterGetTenantReq = user.RegisterGetTenantReq

type RegisterGetTenantResp

type RegisterGetTenantResp = user.RegisterGetTenantResp

type ResetPwdReq

type ResetPwdReq = user.ResetPwdReq

type UpdateReq

type UpdateReq = user.UpdateReq

type UserIDList

type UserIDList = user.UserIDList

type UserService

type UserService interface {
	UserCreate(ctx context.Context, in *CreateReq, opts ...grpc.CallOption) (*EmptyResp, error)
	UserUpdate(ctx context.Context, in *UpdateReq, opts ...grpc.CallOption) (*EmptyResp, error)
	UserDelete(ctx context.Context, in *DeleteReq, opts ...grpc.CallOption) (*EmptyResp, error)
	UserDetail(ctx context.Context, in *DetailReq, opts ...grpc.CallOption) (*DetailResp, error)
	UserList(ctx context.Context, in *ListReq, opts ...grpc.CallOption) (*ListResp, error)
	UserResetPwd(ctx context.Context, in *ResetPwdReq, opts ...grpc.CallOption) (*EmptyResp, error)
	UserBatchOpt(ctx context.Context, in *BatchOptReq, opts ...grpc.CallOption) (*EmptyResp, error)
	RegisterGetTenant(ctx context.Context, in *RegisterGetTenantReq, opts ...grpc.CallOption) (*RegisterGetTenantResp, error)
	GetUserIDListByTenant(ctx context.Context, in *GetUserIDListByTenantReq, opts ...grpc.CallOption) (*UserIDList, error)
	UserExpireDateCheck(ctx context.Context, in *EmptyRequest, opts ...grpc.CallOption) (*EmptyResp, 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