CaptainCodeman / clean-go

Clean Architecture Example in Go
279 stars 26 forks source link

Add more domain type #5

Open zer09 opened 7 years ago

zer09 commented 7 years ago

I am trying to understand how to implement clean architecture.

Is there a chance that you add another domain example not just for Greeting domain?

Thanks

CaptainCodeman commented 7 years ago

No, sorry, IMO there's enough there to hopefully demonstrate the concept and the architecture while keeping things simple and undrstandable - applying it to your own domain is part of developing your app. That's the bit you have to do :)

zer09 commented 7 years ago

Thanks for the reply, I want to close this but can I ask one more question?

I want to know if I understand this right, does the "providers" is the "Frameworks and Drivers" and the "adapters/web" is the "interface adapters" on the model chart?

CaptainCodeman commented 7 years ago

Sorry, I don't understand the question.