handlers

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthorizeHandler

type AuthorizeHandler struct {
	UseCase *usecases.AuthorizeUseCase
}

func NewAuthorizeHandler

func NewAuthorizeHandler(useCase *usecases.AuthorizeUseCase) *AuthorizeHandler

func (*AuthorizeHandler) Handle added in v1.7.0

func (h *AuthorizeHandler) Handle() http.HandlerFunc

type CallbackHandler

type CallbackHandler struct {
	UseCase *usecases.CallbackUseCase
	HMACKey []byte
}

func NewCallbackHandler

func NewCallbackHandler(useCase *usecases.CallbackUseCase, hmacKey []byte) *CallbackHandler

func (*CallbackHandler) Handle added in v1.7.0

func (h *CallbackHandler) Handle() http.HandlerFunc

Jump to

Keyboard shortcuts

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