data

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessObject

type AccessObject struct {
	// contains filtered or unexported fields
}

func NewAccessObject

func NewAccessObject(constructors ...AccessObjectConstructor) *AccessObject

func (*AccessObject) GetCache added in v0.21.0

func (ao *AccessObject) GetCache() *cache.Cache

func (*AccessObject) GetDB

func (ao *AccessObject) GetDB() *db

func (*AccessObject) GetDBPool

func (ao *AccessObject) GetDBPool() *pgxpool.Pool

func (*AccessObject) GetOutbox

func (ao *AccessObject) GetOutbox() *outbox.Outbox

func (*AccessObject) GetUsersAPIClient added in v0.21.0

func (ao *AccessObject) GetUsersAPIClient() *api.Client

type AccessObjectConstructor

type AccessObjectConstructor = func(*AccessObject)

func CacheConstructor added in v0.21.0

func CacheConstructor(driver cache.Driver) AccessObjectConstructor

func DBPoolConstructor

func DBPoolConstructor(dbpool *pgxpool.Pool) AccessObjectConstructor

func OutboxConstructor

func OutboxConstructor(outbox *outbox.Outbox) AccessObjectConstructor

func UsersAPIConstructor added in v0.21.0

func UsersAPIConstructor(opts ...api.ClientOption) AccessObjectConstructor

Jump to

Keyboard shortcuts

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