controller

package
v0.0.0-...-2f4d8a3 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthHandler

type AuthHandler interface {
	RefreshToken(c *gin.Context)
}

func NewAuthHandler

func NewAuthHandler(authTokenManager service.AuthTokenManager) AuthHandler

type GoogleUserHandler

type GoogleUserHandler interface {
	Authorize(c *gin.Context)
}

func NewGoogleAuthHandler

func NewGoogleAuthHandler(googleUserUsecase usecase.GoogleUserUsecase) GoogleUserHandler

type GuestUserHandler

type GuestUserHandler interface {
	Authorize(c *gin.Context)
}

func NewGuestAuthHandler

func NewGuestAuthHandler(guestUserUsecase usecase.GuestUserUsecase) GuestUserHandler

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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