Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthServerImplementation ¶
func NewAuthServerImplementation(authService services.AuthService) auth.AuthServer
Types ¶
type ServerImplementation ¶
type ServerImplementation struct { auth.UnimplementedAuthServer // contains filtered or unexported fields }
ServerImplementation – grpc server implementation with controllers
func (ServerImplementation) CheckAuthentication ¶
func (s ServerImplementation) CheckAuthentication(ctx context.Context, request *auth_grpc.CheckAuthenticationRequest) (*emptypb.Empty, error)
func (ServerImplementation) Login ¶
func (s ServerImplementation) Login(ctx context.Context, request *auth_grpc.LoginRequest) (*auth_grpc.LoginResponse, error)
Click to show internal directories.
Click to hide internal directories.