controller

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller interface {
	CreateAccount(ctx context.Context, balance int64) (model.AccountID, error)
	PrintBalances(ctx context.Context) error
	Transfer(ctx context.Context) error
}

func New

func New(
	repo repository.AccountRepo,
	db *cockroachdb.CRDB,
	config config.Config,
	logger log.Logger,
) Controller

Jump to

Keyboard shortcuts

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