Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComposeAuthGRPCService ¶
func ComposeAuthGRPCService(serviceCtx srvctx.ServiceContext) pb.AuthServiceServer
func ComposeUserRPCClient ¶
func ComposeUserRPCClient(serviceCtx srvctx.ServiceContext) pb.UserServiceClient
Types ¶
type AuthService ¶
type AuthService interface {
Register() func(c *gin.Context)
Login() func(c *gin.Context)
ForgotPassword() func(c *gin.Context)
ResetPassword() func(c *gin.Context)
CheckForgotPasswordPin() func(c *gin.Context)
}
func ComposeAuthAPIService ¶
func ComposeAuthAPIService(serviceCtx srvctx.ServiceContext) AuthService
Click to show internal directories.
Click to hide internal directories.