handler

package
v0.0.0-...-8d3f935 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiscordRequestHandler

type DiscordRequestHandler struct{}

func (*DiscordRequestHandler) HandleRequest

func (h *DiscordRequestHandler) HandleRequest(c *gin.Context, discordService *service.DiscordService)

HandleRequest Handles the /api/v1/discord-oauth route which the service calls to trade a code for an OAuth access token.

type