db

package
v0.14.1 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2026 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 ConfigService

type ConfigService interface {
	ConfigurationFor(network string, channel string, namespace string) (driver.Configuration, error)
}

type StoreServiceManager

type StoreServiceManager[S any] interface {
	StoreServiceByTMSId(token.TMSID) (S, error)
}

func NewStoreServiceManager

func NewStoreServiceManager[S any, T any](
	config ConfigService,
	prefix string,
	constructor func(name driver2.PersistenceName, params ...string) (S, error),
	mapper func(S) (T, error),
) StoreServiceManager[T]

Directories

Path Synopsis
mock
Code generated by counterfeiter.
Code generated by counterfeiter.
mock
Code generated by counterfeiter.
Code generated by counterfeiter.
sql

Jump to

Keyboard shortcuts

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