audittrail

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2021 License: Apache-2.0 Imports: 22 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
	FileContents string
}

func (*MockStorage) Close

func (s *MockStorage) Close() error

func (*MockStorage) GetFile

func (s *MockStorage) GetFile(filepath string) (io.ReadCloser, error)

func (*MockStorage) SaveFile

func (s *MockStorage) SaveFile(hostname, 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(hostname, filename string, file *ach.File) error

	GetFile(filepath string) (io.ReadCloser, 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 *service.AuditTrail) (Storage, error)

Jump to

Keyboard shortcuts

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