handler

package
v0.0.0-...-5d951de Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAuthHandler

func NewAuthHandler(authService port.AuthService) port.AuthHandler

func NewEmailHandler

func NewEmailHandler(emailService port.EmailService) port.EmailHandler

func NewUserHandler

func NewUserHandler(userService port.UserService) port.UserHandler

Types

type CreateCurrentUserEmailParams

type CreateCurrentUserEmailParams struct {
	Email string `json:"email"`
}

type DeleteCurrentUserEmailParams

type DeleteCurrentUserEmailParams struct {
	Email string `json:"email"`
}

type PatchCurrentUserParams

type PatchCurrentUserParams struct {
	types.User
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL