persistence

package
v0.0.0-...-62a6041 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ClientRepository       repository.ClientRepository
	SessionRepository      repository.SessionRepository
	SubscriptionRepository repository.SubscriptionRepository
	RetainRepository       repository.RetainRepository
	RetryRepository        repository.RetryRepository
	UserRepository         repository.UserRepository
)

Functions

This section is empty.

Types

type Persistence

type Persistence interface {
	Init() error
	Close()
}

type SqlPersistence

type SqlPersistence struct {
}

func (SqlPersistence) Init

func (p SqlPersistence) Init() error

func (*SqlPersistence) InnerInit

func (p *SqlPersistence) InnerInit(db *dbaccess.Queries, startSessionCleaner bool, startRetryCleaner bool, newAdminPassword []byte) error

Jump to

Keyboard shortcuts

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