# Structs
Maintain an Account model just for use with the DB to prevent coupling between the service layer and the storage layer.
storage.AccountRepository represents a MySQL implementation of api.AccountRepository.
No description provided by the author