controller

package
v0.0.0-...-ef3044c Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2022 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HealthController

type HealthController interface {
	GetHealthStatus(c *gin.Context)
}

func NewHealthController

func NewHealthController() HealthController

type UserController

type UserController interface {
	CreateUser(c *gin.Context)
	VerifyUserEmail(c *gin.Context)
	GetUser(c *gin.Context)
	UpdateUser(c *gin.Context)
	AddOrUpdateProfilePic(c *gin.Context)
	GetProfilePic(c *gin.Context)
	DeleteProfilePic(c *gin.Context)
}

func NewUserController

func NewUserController(userRepo repo.UserRepository) UserController

Jump to

Keyboard shortcuts

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