Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServerAPI ¶
type ServerAPI struct { // Helps to test single endpoints, if others is not implemented yet sso.UnimplementedUsersServiceServer UseCases interfaces.UseCases }
func (*ServerAPI) GetUser ¶
func (api *ServerAPI) GetUser(ctx context.Context, request *sso.GetUserRequest) (*sso.GetUserResponse, error)
GetUser handler return user with provided data for UsersServer.
Click to show internal directories.
Click to hide internal directories.