callback

package
v0.0.0-...-c6c9c2c Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterHandler

func RegisterHandler(e *echo.Echo, callbackService Service)

Types

type Repository

type Repository interface {
	// contains filtered or unexported methods
}

func NewRepository

func NewRepository(db *sqlx.DB) Repository

type Service

type Service interface {
	ProcessCallBack(code, state string) error
}

func NewService

func NewService(repository Repository, consentServiceRead consent.ServiceRead, tokenService token.Service, chInRedis cache.Cache) Service

Jump to

Keyboard shortcuts

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