controller_users

package
v0.0.0-...-0dfd234 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(p AddProps) gin.HandlerFunc

func Delete

func Delete(p DeleteProps) gin.HandlerFunc

func Get

func Get(p GetProps) gin.HandlerFunc

func Patch

func Patch(p PatchProps) gin.HandlerFunc

Types

type AddProps

type AddProps struct {
	Db           *gorm.DB
	GetNewUserId func() uuid.UUID
}

type DeleteProps

type DeleteProps struct {
	Db *gorm.DB
}

type GetProps

type GetProps struct {
	Db *gorm.DB
}

type PatchProps

type PatchProps struct {
	Db *gorm.DB
}

Jump to

Keyboard shortcuts

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