usershandler

package
v0.0.0-...-9b36f3e Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CLICobraHandler

type CLICobraHandler struct {
	// contains filtered or unexported fields
}

func NewCLIHandler

func NewCLIHandler(userService ports.UserService) *CLICobraHandler

func (*CLICobraHandler) Login

func (handler *CLICobraHandler) Login()

func (*CLICobraHandler) Logout

func (handler *CLICobraHandler) Logout()

func (*CLICobraHandler) Me

func (handler *CLICobraHandler) Me()

func (*CLICobraHandler) Refresh

func (handler *CLICobraHandler) Refresh()

func (*CLICobraHandler) RegistryCommand

func (handler *CLICobraHandler) RegistryCommand()

type HTTPGinHandler

type HTTPGinHandler struct {
	// contains filtered or unexported fields
}

func NewHttpHandler

func NewHttpHandler(userService ports.UserService) *HTTPGinHandler

func (*HTTPGinHandler) Create

func (handler *HTTPGinHandler) Create(c *gin.Context)

func (*HTTPGinHandler) Delete

func (handler *HTTPGinHandler) Delete(c *gin.Context)

func (*HTTPGinHandler) FindAll

func (handler *HTTPGinHandler) FindAll(c *gin.Context)

func (*HTTPGinHandler) FindById

func (handler *HTTPGinHandler) FindById(c *gin.Context)

func (*HTTPGinHandler) RegistryRoutes

func (handler *HTTPGinHandler) RegistryRoutes(router *gin.Engine)

func (*HTTPGinHandler) Replace

func (handler *HTTPGinHandler) Replace(c *gin.Context)

func (*HTTPGinHandler) Update

func (handler *HTTPGinHandler) Update(c *gin.Context)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳