delivery

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserDelivery

type UserDelivery interface {
	GetDetail(ctx *gin.Context)
	ChangePassword(ctx *gin.Context)
	Update(ctx *gin.Context)
	GetList(ctx *gin.Context)
	SendEmailVerify(ctx *gin.Context)
	VerifiedEmail(ctx *gin.Context)
	SendEmailResetPass(ctx *gin.Context)
	ResetPassword(ctx *gin.Context)
}

func NewUserDelivery

func NewUserDelivery(srv service.UserService, logger *logrus.Logger) UserDelivery

Jump to

Keyboard shortcuts

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