Documentation ¶
Index ¶
- type AuthServerImpl
- func (s *AuthServerImpl) Check(ctx context.Context, in *handler.CheckReq) (*handler.CheckRes, error)
- func (s *AuthServerImpl) Login(ctx context.Context, in *handler.LoginReq) (*handler.LoginRes, error)
- func (s *AuthServerImpl) SignUp(ctx context.Context, in *handler.SignUpReq) (*handler.SignUpRes, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthServerImpl ¶
type AuthServerImpl struct { handler.UnimplementedUserAuthServer // contains filtered or unexported fields }
func CreateAuthServer ¶
func CreateAuthServer(dbConn *mongo.Database, log *logrus.Entry) *AuthServerImpl
Click to show internal directories.
Click to hide internal directories.