package
Version:
v0.0.0-...-ec4765f
Opens a new window with list of versions in this module.
Published: Feb 11, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
ACCOUNT APP
1. Quick Review
Account app will hold user related operation including :
- CRUD for user accout
- CRUD for user.role
- Read only for user.status (since the status is fix)
- Auth for user account (login, signin, signout)
2. Directory Structure
|-- account/
|-- |-- datastore/
|-- |-- |-- user.go
|-- |-- |-- user.role.go
|-- |-- |-- user.role_test.go
|-- |-- |-- user.status.go
|-- |-- |-- user.status_test.go
|-- |-- |-- user_test.go
|-- |-- handler/
|-- |-- |-- user.go
|-- |-- |-- user.role.go
|-- |-- |-- user.role_test.go
|-- |-- |-- user.status.go
|-- |-- |-- user.status_test.go
|-- |-- |-- user_test.go
|-- |-- service/
|-- |-- |-- user.go
|-- |-- |-- user.role.go
|-- |-- |-- user.role_test.go
|-- |-- |-- user.status.go
|-- |-- |-- user.status_test.go
|-- |-- |-- user_test.go
|-- |-- README.md
|-- |-- router.go
Documentation
¶
Source Files
¶
Directories
¶
datastore package auth.go - datastore layer for authentification
|
datastore package auth.go - datastore layer for authentification |
handler package auth.go - interaction/ handler layer for authentification
|
handler package auth.go - interaction/ handler layer for authentification |
service package auth.go - service/ business layer for authentification
|
service package auth.go - service/ business layer for authentification |
Click to show internal directories.
Click to hide internal directories.