Created
October 24, 2019 00:30
-
-
Save cfcosta/875e213bc439fab470cb3ce788750955 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src | |
├── actions | |
│ ├── refund.rs | |
│ ├── transfer.rs | |
│ └── users | |
│ ├── sign_in.rs | |
│ └── sign_out.rs | |
├── main.rs | |
├── resources | |
│ ├── account.rs | |
│ └── transaction.rs | |
├── systems | |
│ └── repositories | |
│ ├── account_repository.rs | |
│ └── transaction_repository.rs | |
└── web | |
└── accounts.rs | |
6 directories, 10 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment