Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationController ¶
type NotificationController struct {
	NotificationUseCase domain.NotificationService
}
    func NewNotificationController ¶
func NewNotificationController(env *bootstrap.Env, rdb *redis.Client) *NotificationController
NewNotificationController inicializa un nuevo controlador de notificaciones con la lógica del caso de uso necesaria.
func (*NotificationController) HandleNotification ¶
func (nc *NotificationController) HandleNotification(c *gin.Context)
HandleNotification procesa las solicitudes entrantes para enviar notificaciones, aplicando límites de tasa.
 Click to show internal directories. 
   Click to hide internal directories.