entries

package
v0.10.3 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewEntryController

func NewEntryController(logger log.Logger, service EntryService) *entryController

func NewEntryService

func NewEntryService(repository EntryRepository) *entryService

func NewFTPRepository

func NewFTPRepository(logger log.Logger, cfg *service.FTPConfig) *ftpRepository

Types

type EntryRepository

type EntryRepository interface {
	Search(opts SearchOptions) ([]*ach.EntryDetail, error)
}

type EntryService

type EntryService interface {
	Search(ops SearchOptions) ([]*ach.EntryDetail, error)
}

type SearchOptions

type SearchOptions struct {
	AccountNumber string
	Amount        int
	RoutingNumber string
	TraceNumber   string
	CreatedAfter  string
	Path          string
}

Jump to

Keyboard shortcuts

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