audittrail

package
v0.10.4 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2021 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockStorage

type MockStorage struct {
	Err error
}

func (*MockStorage) Close

func (s *MockStorage) Close() error

func (*MockStorage) SaveFile

func (s *MockStorage) SaveFile(filename string, file *ach.File) error

type Storage

type Storage interface {
	// SaveFile will encrypt and copy the ACH file to the configured file storage.
	SaveFile(filename string, file *ach.File) error

	Close() error
}

Storage is an interface for saving and encrypting ACH files for records retention. This is often a requirement of agreements.

File retention after upload is not part of this storage.

func NewStorage

func NewStorage(cfg *config.AuditTrail) (Storage, error)

Jump to

Keyboard shortcuts

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