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 SupportHandler

type SupportHandler struct{}

func (*SupportHandler) HandleRequest

func (s *SupportHandler) HandleRequest(c *gin.Context)

type SupportRequest

type SupportRequest struct {
	Message string `json:"message" binding:"required"`
	Subject string `json:"subject" binding:"required"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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