refactor: structure of an hexagonal architecture
Created a kernel crate to store models and future action implementations. Will be useful to create admin cli.
This commit is contained in:
parent
69af48bb62
commit
3713cc2443
87 changed files with 834 additions and 474 deletions
8
tests/manual/all.sh
Executable file
8
tests/manual/all.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/sh
|
||||
|
||||
set -xeuo pipefail
|
||||
|
||||
./login.sh
|
||||
./authorize.sh
|
||||
./access_token_request.sh
|
||||
./get_user_info.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue