user

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2022 License: GPL-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 GetUserReq

type GetUserReq = pb.GetUserReq

type GetUserResp

type GetUserResp = pb.GetUserResp

type UpdateUserReq

type UpdateUserReq = pb.UpdateUserReq

type UpdateUserResp

type UpdateUserResp = pb.UpdateUserResp

type User

type User interface {
	GetUser(ctx context.Context, in *GetUserReq, opts ...grpc.CallOption) (*GetUserResp, error)
	UpdateUser(ctx context.Context, in *UpdateUserReq, opts ...grpc.CallOption) (*UpdateUserResp, error)
}

func NewUser

func NewUser(cli zrpc.Client) User

Jump to

Keyboard shortcuts

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