Documentation ¶
Index ¶
- func DeleteSession(c *fiber.Ctx) error
- func GetAccount(c *fiber.Ctx) error
- func GetAccountEmail(c *fiber.Ctx) error
- func GetConnection(c *fiber.Ctx) error
- func GetSession(c *fiber.Ctx) error
- func ListConnections(c *fiber.Ctx) error
- func ListSessions(c *fiber.Ctx) error
- func UpdateConnectionPassword(c *fiber.Ctx) error
- func UpdateProfile(c *fiber.Ctx) error
- func UpdateProfileImages(c *fiber.Ctx) error
- type UpdateConnectionPasswordDTO
- type UpdateProfileDTO
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteSession ¶
func DeleteSession(c *fiber.Ctx) error
DeleteSession handles the request to delete a single session associated with the authenticated user.
func GetAccount ¶
func GetAccount(c *fiber.Ctx) error
GetAccount handles the request to retrieve the currently authenticated user's account details.
func GetAccountEmail ¶
func GetAccountEmail(c *fiber.Ctx) error
func GetConnection ¶
func GetConnection(c *fiber.Ctx) error
GetConnection handles the request to retrieve a single connection for the authenticated user.
func GetSession ¶
func GetSession(c *fiber.Ctx) error
GetSession handles the request to retrieve a single session associated with the authenticated user.
func ListConnections ¶
func ListConnections(c *fiber.Ctx) error
ListConnections handles the request to list all connections for the authenticated user.
func ListSessions ¶
func ListSessions(c *fiber.Ctx) error
ListSessions handles the request to retrieve all sessions associated with the authenticated user.
func UpdateConnectionPassword ¶
func UpdateConnectionPassword(c *fiber.Ctx) error
func UpdateProfile ¶
func UpdateProfile(c *fiber.Ctx) error
func UpdateProfileImages ¶
func UpdateProfileImages(c *fiber.Ctx) error
Types ¶
type UpdateProfileDTO ¶
Click to show internal directories.
Click to hide internal directories.