Skip to content

Instantly share code, notes, and snippets.

@cfcosta
Created October 24, 2019 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfcosta/875e213bc439fab470cb3ce788750955 to your computer and use it in GitHub Desktop.
Save cfcosta/875e213bc439fab470cb3ce788750955 to your computer and use it in GitHub Desktop.
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