Documentation ¶
Index ¶
- type Service
- func (srv *Service) AuthUser(ctx context.Context, req *pb.AuthUserRequest, rsp *pb.AuthUserResponse) error
- func (srv *Service) CreateUser(ctx context.Context, req *pb.CreateUserRequest, rsp *pb.CreateUserResponse) error
- func (srv *Service) GetUser(ctx context.Context, req *pb.GetUserRequest, rsp *pb.GetUserResponse) error
- func (srv *Service) UpdateUser(ctx context.Context, req *pb.UpdateUserRequest, _ *emptypb.Empty) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { }
func (*Service) AuthUser ¶
func (srv *Service) AuthUser(ctx context.Context, req *pb.AuthUserRequest, rsp *pb.AuthUserResponse) error
func (*Service) CreateUser ¶
func (srv *Service) CreateUser(ctx context.Context, req *pb.CreateUserRequest, rsp *pb.CreateUserResponse) error
func (*Service) GetUser ¶
func (srv *Service) GetUser(ctx context.Context, req *pb.GetUserRequest, rsp *pb.GetUserResponse) error
func (*Service) UpdateUser ¶ added in v0.7.0
Click to show internal directories.
Click to hide internal directories.