# README
MailHedgehog storage implementation for shared messaged rows, by storing in csv file.
Stores all shared messages data in csv file.
Usage
storage := messageSharingStorageFileCsv.CreateSharingEmailUsingCSV(&messageSharingStorageFileCsv.StorageConfiguration{Path: '.mh-sharing.csv'})
storage.DeleteExpired()
Development
go mod tidy
go mod verify
go mod vendor
go test --cover
Credits
# Functions
No description provided by the author
# Structs
No description provided by the author
No description provided by the author