sqlreversekeymapstore

package
v0.0.0-...-4779ed8 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2025 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReverseKeyMapStoreImpl

type ReverseKeyMapStoreImpl struct {
	// contains filtered or unexported fields
}

func New

New returns a new *ReverseKeyMapStoreImpl.

func (*ReverseKeyMapStoreImpl) Create

func (s *ReverseKeyMapStoreImpl) Create(ctx context.Context, modifiedValue string, key string, originalValue string) (string, error)

Create a new mapping from updated value and param key to the original value.

func (*ReverseKeyMapStoreImpl) Get

func (s *ReverseKeyMapStoreImpl) Get(ctx context.Context, modifiedValue string, key string) (string, error)

Use the updated value and the param key to retrieve the original value.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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