controllers

package
v0.0.0-...-911e263 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type AccessTokenController

type AccessTokenController struct {
	Interactor *interactor.AccessTokenInteractor
}

func NewAccessTokenController

func NewAccessTokenController(interactor *interactor.AccessTokenInteractor) *AccessTokenController

func (*AccessTokenController) DeleteAccessToken

func (controller *AccessTokenController) DeleteAccessToken(c *gin.Context)

func (*AccessTokenController) GetAccessToken

func (controller *AccessTokenController) GetAccessToken(c *gin.Context)

func (*AccessTokenController) PutAccessToken

func (controller *AccessTokenController) PutAccessToken(c *gin.Context)

type SystemUserController

type SystemUserController struct {
	Interactor *interactor.SystemUserInteractor
}

func NewSystemUserController

func NewSystemUserController(interactor *interactor.SystemUserInteractor) *SystemUserController

func (*SystemUserController) DeleteUserInfo

func (controller *SystemUserController) DeleteUserInfo(c *gin.Context)

func (*SystemUserController) GetUserList

func (controller *SystemUserController) GetUserList(c *gin.Context)

func (*SystemUserController) GetUserRoleList

func (controller *SystemUserController) GetUserRoleList(c *gin.Context)

func (*SystemUserController) PostUserInfo

func (controller *SystemUserController) PostUserInfo(c *gin.Context)

func (*SystemUserController) PutUserInfo

func (controller *SystemUserController) PutUserInfo(c *gin.Context)

func (*SystemUserController) SearchUserInfo

func (controller *SystemUserController) SearchUserInfo(c *gin.Context)

type UserController

type UserController struct {
	Interactor *interactor.UserInteractor
}

func NewUserController

func NewUserController(interactor *interactor.UserInteractor) *UserController

func (*UserController) PasswordChange

func (controller *UserController) PasswordChange(c *gin.Context)

func (*UserController) Search

func (controller *UserController) Search(c *gin.Context)

Jump to

Keyboard shortcuts

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