Documentation
¶
Index ¶
- Variables
- type AccessTokenInteractor
- func (interactor *AccessTokenInteractor) DeleteAccessToken(c *gin.Context) (httpCode int, statusCode string, data interface{}, error error)
- func (interactor *AccessTokenInteractor) GetAccessToken(c *gin.Context) (httpCode int, statusCode string, data interface{}, error error)
- func (interactor *AccessTokenInteractor) PrintDebug(num string, group string, message string)
- func (interactor *AccessTokenInteractor) PrintError(num string, group string, message string)
- func (interactor *AccessTokenInteractor) PrintInfo(num string, group string, message string)
- func (interactor *AccessTokenInteractor) PutAccessToken(c *gin.Context) (httpCode int, statusCode string, data interface{}, error error)
- type SystemUserInteractor
- func (interactor *SystemUserInteractor) DeleteUserInfo(c *gin.Context) (httpCode int, statusCode string, data interface{}, error error)
- func (interactor *SystemUserInteractor) GetUserList(c *gin.Context) (httpCode int, statusCode string, data interface{}, error error)
- func (interactor *SystemUserInteractor) GetUserRoleList(c *gin.Context) (httpCode int, statusCode string, data interface{}, error error)
- func (interactor *SystemUserInteractor) PostUserInfo(c *gin.Context) (httpCode int, statusCode string, data interface{}, error error)
- func (interactor *SystemUserInteractor) PrintDebug(num string, group string, message string)
- func (interactor *SystemUserInteractor) PrintError(num string, group string, message string)
- func (interactor *SystemUserInteractor) PrintInfo(num string, group string, message string)
- func (interactor *SystemUserInteractor) PutUserInfo(c *gin.Context) (httpCode int, statusCode string, data interface{}, error error)
- func (interactor *SystemUserInteractor) SearchUserInfo(c *gin.Context) (httpCode int, statusCode string, data interface{}, error error)
- type UserInteractor
- func (interactor *UserInteractor) PasswordChange(c *gin.Context) (httpCode int, statusCode string, data interface{}, error error)
- func (interactor *UserInteractor) PrintDebug(num string, group string, message string)
- func (interactor *UserInteractor) PrintError(num string, group string, message string)
- func (interactor *UserInteractor) PrintInfo(num string, group string, message string)
- func (interactor *UserInteractor) Search(c *gin.Context) (httpCode int, statusCode string, data interface{}, error error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type AccessTokenInteractor ¶
type AccessTokenInteractor struct {
// contains filtered or unexported fields
}
func NewAccessTokenInteractor ¶
func NewAccessTokenInteractor(jwtRepo port.JwtRepository, userRepo port.UserPort, userAuthRepo port.UserAuthPort, loggerRepo port.LoggerPort, ) *AccessTokenInteractor
func (*AccessTokenInteractor) DeleteAccessToken ¶
func (*AccessTokenInteractor) GetAccessToken ¶
func (*AccessTokenInteractor) PrintDebug ¶
func (interactor *AccessTokenInteractor) PrintDebug(num string, group string, message string)
func (*AccessTokenInteractor) PrintError ¶
func (interactor *AccessTokenInteractor) PrintError(num string, group string, message string)
func (*AccessTokenInteractor) PrintInfo ¶
func (interactor *AccessTokenInteractor) PrintInfo(num string, group string, message string)
func (*AccessTokenInteractor) PutAccessToken ¶
type SystemUserInteractor ¶
type SystemUserInteractor struct {
// contains filtered or unexported fields
}
func NewSystemUserInteractor ¶
func NewSystemUserInteractor( jwtRepo port.JwtRepository, userRepo port.UserPort, userRoleRepo port.UserRolePort, userAuthRepo port.UserAuthPort, loggerRepo port.LoggerPort, ) *SystemUserInteractor
func (*SystemUserInteractor) DeleteUserInfo ¶
func (*SystemUserInteractor) GetUserList ¶
func (*SystemUserInteractor) GetUserRoleList ¶
func (*SystemUserInteractor) PostUserInfo ¶
func (*SystemUserInteractor) PrintDebug ¶
func (interactor *SystemUserInteractor) PrintDebug(num string, group string, message string)
func (*SystemUserInteractor) PrintError ¶
func (interactor *SystemUserInteractor) PrintError(num string, group string, message string)
func (*SystemUserInteractor) PrintInfo ¶
func (interactor *SystemUserInteractor) PrintInfo(num string, group string, message string)
func (*SystemUserInteractor) PutUserInfo ¶
func (*SystemUserInteractor) SearchUserInfo ¶
type UserInteractor ¶
type UserInteractor struct {
// contains filtered or unexported fields
}
func NewUserInteractor ¶
func NewUserInteractor(jwtRepo port.JwtRepository, userRepo port.UserPort, userAuthRepo port.UserAuthPort, loggerRepo port.LoggerPort, ) *UserInteractor
func (*UserInteractor) PasswordChange ¶
func (*UserInteractor) PrintDebug ¶
func (interactor *UserInteractor) PrintDebug(num string, group string, message string)
func (*UserInteractor) PrintError ¶
func (interactor *UserInteractor) PrintError(num string, group string, message string)
Click to show internal directories.
Click to hide internal directories.