storage

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reward

type Reward struct {
	UserDeviceID string
	Tokens       *big.Int
}

type Storage

type Storage interface {
	AssignTokens(ctx context.Context, issuanceWeek int, totalTokens *big.Int) error
	Rewards(ctx context.Context, issuanceWeek int) ([]*Reward, error)
}

func NewDB

func NewDB(db func() *database.DBReaderWriter) Storage

Jump to

Keyboard shortcuts

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