Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() pb.UserServiceServer
Types ¶
type Service ¶
type Service struct{}
func (*Service) CreateUser ¶
func (svc *Service) CreateUser(ctx context.Context, in *pb.CreateUserRequest) (*pb.CreateUserResponse, error)
func (*Service) GetUser ¶
func (svc *Service) GetUser(ctx context.Context, in *pb.GetUserRequest) (*pb.GetUserResponse, error)
Click to show internal directories.
Click to hide internal directories.