tokendb

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Notifier

type Notifier struct {
	driver.TokenNotifier
}

type NotifierManager

type NotifierManager db.StoreServiceManager[*Notifier]

func NewNotifierManager added in v0.5.0

func NewNotifierManager(cp driver2.ConfigService, drivers multiplexed.Driver) NotifierManager

type StoreService added in v0.5.0

type StoreService struct {
	driver.TokenStore
}

StoreService is a database that stores token transactions related information

func GetByTMSId

func GetByTMSId(sp token.ServiceProvider, tmsID token.TMSID) (*StoreService, error)

func (*StoreService) NewTransaction added in v0.5.0

func (d *StoreService) NewTransaction() (*Transaction, error)

type StoreServiceManager added in v0.5.0

type StoreServiceManager db.StoreServiceManager[*StoreService]

func NewStoreServiceManager added in v0.5.0

func NewStoreServiceManager(cp driver2.ConfigService, drivers multiplexed.Driver) StoreServiceManager

type TokenRecord

type TokenRecord = driver.TokenRecord

type Transaction

type Transaction struct {
	driver.TokenStoreTransaction
}

Jump to

Keyboard shortcuts

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