Skip to content

robsonmrsp/rest-security-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atempt to implement tree tier architecture or DDD or hexagonal or ports and adapters.

About The Project

  • This is just a way to learn Golang. concepts like interface, pointers and Clear Archtecture will be used here.

  • At this time we can decouple the domain from the repository/data access, ie we can use 2 types of repositories one for postgres and another for mongo, for example.

  • Our application still has a strong coupled to GIN. So, our http adapter needs to be a GIN.

  • We need to define a Controller Interface to decouple the presentation/adapter/web/http

  • all the above requirements are need just to prove the concept.

  • But, but, but we will do this in the future! For now, we just make sure that the decoupling of domain and data is working. [TODO refactory the web adapter way]

Developed by -> [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages