sample users admin
This commit is contained in:
parent
19c24593fe
commit
0f520e67af
9 changed files with 488 additions and 3 deletions
|
|
@ -73,9 +73,9 @@ then `Goffee` locates the matching [handler](https://git.smarteching.com/goffee/
|
|||
│ ├── config/ --------------------------> main configs
|
||||
│ ├── events/ --------------------------> contains events
|
||||
│ │ ├── jobs/ ------------------------> contains the event jobs
|
||||
│ ├── controllers/ ------------------------> route's controllers
|
||||
│ ├── controllers/ ---------------------> route's controllers
|
||||
│ ├── logs/ ----------------------------> app log files
|
||||
│ ├── hooks/ ---------------------> app hooks
|
||||
│ ├── hooks/ ---------------------------> app hooks
|
||||
│ ├── models/ --------------------------> database models
|
||||
│ ├── storage/ -------------------------> a place to store files
|
||||
│ ├── tls/ -----------------------------> tls certificates
|
||||
|
|
@ -86,7 +86,7 @@ then `Goffee` locates the matching [handler](https://git.smarteching.com/goffee/
|
|||
│ ├── main.go --------------------------> go main file
|
||||
│ ├── README.md ------------------------> readme file
|
||||
│ ├── register-events.go ---------------> register events and jobs
|
||||
│ ├── register-global-hooks.go ---> register global middlewares
|
||||
│ ├── register-global-hooks.go ---------> register global middlewares
|
||||
│ ├── routes.go ------------------------> app routes
|
||||
│ ├── run-auto-migrations.go -----------> database migrations
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue