handlers

package
v0.0.0-...-f2d94dd Latest Latest
Warning

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

Go to latest
Published: May 31, 2025 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteUserAccount

func DeleteUserAccount(c *gin.Context)

func GetMultipleUserDetails

func GetMultipleUserDetails(c *gin.Context)

GetMultipleUserDetails retrieves details for a list of user IDs

func GetUserProfile

func GetUserProfile(c *gin.Context)

func GoogleSignIn

func GoogleSignIn(c *gin.Context)

func ListUsersForLinking

func ListUsersForLinking(c *gin.Context)

func Login

func Login(c *gin.Context)

func Register

func Register(c *gin.Context)

func UpdateUserProfile

func UpdateUserProfile(c *gin.Context)

Types

type UserForLinking

type UserForLinking struct {
	ID          uuid.UUID `json:"id"`
	Username    string    `json:"username"`
	DisplayName string    `json:"display_name,omitempty"`
}

Jump to

Keyboard shortcuts

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