Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
func NewController ¶
func NewController(logger log.Logger, service Service) Controller
type Service ¶
type Service interface {
Close() error
IngestACHFile(ctx context.Context, filename string, file *ach.File) error
IngestACHFiles(ctx context.Context, params storage.FilterParams) error
Search(ctx context.Context, query string, params storage.FilterParams) (*Results, error)
}
func NewService ¶
Click to show internal directories.
Click to hide internal directories.