Documentation ¶
Index ¶
- type Provider
- func (l *Provider) Get(ctx context.Context, key string) (mridempotency.Responser, error)
- func (l *Provider) Lock(ctx context.Context, key string) (unlock func(), err error)
- func (l *Provider) Store(ctx context.Context, key string, result mridempotency.Responser) error
- func (l *Provider) Validate(_ string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct{}
Provider - заглушка реализующая интерфейс идемпотентности запроса.
func (*Provider) Lock ¶
Lock - эмулирует блокировку указанного ключа идемпотентности и возвращает функцию разблокировки.
Click to show internal directories.
Click to hide internal directories.