nopprovider

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider struct{}

Provider - заглушка реализующая интерфейс идемпотентности запроса.

func New

func New() *Provider

New - создаёт объект Provider.

func (*Provider) Get

Get - возвращает пустой ответ.

func (*Provider) Lock

func (l *Provider) Lock(ctx context.Context, key string) (unlock func(), err error)

Lock - эмулирует блокировку указанного ключа идемпотентности и возвращает функцию разблокировки.

func (*Provider) Store

func (l *Provider) Store(ctx context.Context, key string, result mridempotency.Responser) error

Store - эмулирует сохранение результата по указанному ключу.

func (*Provider) Validate

func (l *Provider) Validate(_ string) error

Validate - эмулирует успешную валидацию данных.

Jump to

Keyboard shortcuts

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