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 ¶
Types ¶
type EntryRepository ¶
type EntryRepository interface {
Search(ctx context.Context, opts SearchOptions) ([]*ach.EntryDetail, error)
}
type EntryService ¶
type EntryService interface {
Search(ctx context.Context, ops SearchOptions) ([]*ach.EntryDetail, error)
}
Click to show internal directories.
Click to hide internal directories.