store

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Datastore

type Datastore struct {
	Backend Storer
}

func (*Datastore) GetRedirect

func (ds *Datastore) GetRedirect(ctx context.Context, redirectID string) (string, error)

func (*Datastore) GetValue added in v0.3.2

func (ds *Datastore) GetValue(ctx context.Context, redirectID string) (string, error)

func (*Datastore) UpsertValue added in v0.3.2

func (ds *Datastore) UpsertValue(ctx context.Context, key string, value interface{}, expiration time.Duration) error

type Redis

type Redis interface {
	Checker(context.Context, *healthcheck.CheckState) error
	// contains filtered or unexported methods
}

Redis represents all the required methods from Redis

type Storer

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

Storer represents basic data access via Get, Remove and Upsert methods, abstracting it from Redis

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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