controller

package
v0.0.0-...-bdedfc3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticatedSessionController

type AuthenticatedSessionController interface {
	Store(context *gin.Context)
}

AuthenticatedSessionController is a responsible to handle an incoming authentication request.

func NewAuthenticatedSessionController

func NewAuthenticatedSessionController(ctx context.Context) AuthenticatedSessionController

NewAuthenticatedSessionController is creating anew instance of AuthenticatedSessionController

type RegisteredUserController

type RegisteredUserController interface {
	Store(context *gin.Context)
}

RegisteredUserController is a responsible to handle an incoming registration request.

func NewRegisteredUserController

func NewRegisteredUserController(ctx context.Context) RegisteredUserController

NewRegisteredUserController is creating anew instance of RegisteredUserController

type UserController

type UserController interface {
	Index(context *gin.Context)
	Me(context *gin.Context)
}

UserController is a ....

func NewUserController

func NewUserController(ctx context.Context) UserController

NewUserController is creating anew instance of UserControlller

Jump to

Keyboard shortcuts

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