accountdbout

package
v0.0.0-...-29e199f Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package accountdbout defines the output database adapters for the Account resource.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

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

Repository implementation of account.AccountStorage

func NewRepository

func NewRepository(options RepositoryOptions) (*Repository, error)

NewRepository creates a Repository with the given options

func (*Repository) Add

func (repository *Repository) Add(ctx context.Context, data user.Account) (*user.Account, error)

Add an Account to the storage.

func (*Repository) All

func (repository *Repository) All(ctx context.Context, filters user.AccountFilters) (*user.AccountCollection, error)

All retrieves all Accounts from the storage.

func (*Repository) Filter

func (repository *Repository) Filter(applicationID string) user.AccountFilters

Filter creates a new filter for the provided application.

func (*Repository) Get

func (repository *Repository) Get(ctx context.Context, id user.AccountID) (*user.Account, error)

Get an Account from the storage.

func (*Repository) Remove

func (repository *Repository) Remove(ctx context.Context, id user.AccountID) (*user.Account, error)

Remove an Account from the storage.

func (*Repository) RemoveAllForAddress

func (repository *Repository) RemoveAllForAddress(ctx context.Context, applicationID string, address address.Address) (*user.AccountCollection, error)

RemoveAllForAddress all Account for a given address and application from storage.

type RepositoryOptions

type RepositoryOptions struct {
	Infra *accountdb.AccountRepositoryInfra
}

RepositoryOptions configures a Repository

Jump to

Keyboard shortcuts

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