controller

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

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

Go to latest
Published: Dec 18, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoginController

type LoginController struct {
	LoginUsecase domain.LoginUsecase
	Env          config.EnvConf
}

func (*LoginController) Login

func (lc *LoginController) Login(c *gin.Context)

type ProfileController

type ProfileController struct {
	ProfileUsecase domain.ProfileUsecase
}

func (*ProfileController) Fetch

func (pc *ProfileController) Fetch(c *gin.Context)

type RefreshTokenController

type RefreshTokenController struct {
	RefreshTokenUsecase domain.RefreshTokenUsecase
	Env                 config.EnvConf
}

func (*RefreshTokenController) RefreshToken

func (rtc *RefreshTokenController) RefreshToken(c *gin.Context)

type SignupController

type SignupController struct {
	SignupUsecase domain.SignupUsecase
	Env           config.EnvConf
}

func (*SignupController) Signup

func (sc *SignupController) Signup(c *gin.Context)

type TagController

type TagController struct {
	TagUsecase domain.TagUsecase
}

func (*TagController) Create

func (tc *TagController) Create(c *gin.Context)

func (*TagController) Delete

func (tc *TagController) Delete(c *gin.Context)

func (*TagController) Fetch

func (tc *TagController) Fetch(c *gin.Context)

func (*TagController) FetchAll

func (tc *TagController) FetchAll(c *gin.Context)

func (*TagController) GetByID

func (tc *TagController) GetByID(c *gin.Context)

func (*TagController) Update

func (tc *TagController) Update(c *gin.Context)

Jump to

Keyboard shortcuts

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