Documentation ¶ Index ¶ type Handler func NewHandler(notificationService *notification.Service, userService user.Service, ...) *Handler func (h *Handler) Routes() []common.Route Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { // contains filtered or unexported fields } func NewHandler ¶ func NewHandler( notificationService *notification.Service, userService user.Service, authService auth.Service, cfg *config.Config, ) *Handler func (*Handler) Routes ¶ func (h *Handler) Routes() []common.Route Source Files ¶ View all Source files handler.gooperations.go Click to show internal directories. Click to hide internal directories.