repository

package
v0.0.0-...-860e413 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthRequestCache

type AuthRequestCache interface {
	Health(ctx context.Context) error

	GetAuthRequestByID(ctx context.Context, id string) (*domain.AuthRequest, error)
	GetAuthRequestByCode(ctx context.Context, code string) (*domain.AuthRequest, error)
	SaveAuthRequest(ctx context.Context, request *domain.AuthRequest) error
	UpdateAuthRequest(ctx context.Context, request *domain.AuthRequest) error
	DeleteAuthRequest(ctx context.Context, id string) error
}

Directories

Path Synopsis
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.

Jump to

Keyboard shortcuts

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