bxcodec/go-clean-arch
Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
GoMIT
Issues
- 1
question: combine all ids into one row and execute as one query it's better way?
#106 opened by fr11nik - 2
How to support transaction?
#76 opened by shenweijiekdel - 0
Definition of domain
#105 opened by aimuz - 1
- 1
Database Connection Error
#82 opened by 1988gadocansey - 1
How to organize another domain?
#85 opened by fsxchen - 1
If domain struct does not equal to database's schema, what should be done regarding repository's interface?
#81 opened by muhwyndhamhp - 0
- 1
- 0
Cyclic Dependence
#78 opened by Koichi-hub - 0
Repository should be Unexported except by UseCase
#77 opened by xtianpu - 0
accept interface, return pointer struct
#75 opened by najibjodiansyah - 7
How to manage dependency will be more elegant?
#35 opened by bluntdel - 2
Question about manage 3rd service
#72 opened by thehaung - 2
why you had put uc with business logic nearly infrastructure details like a sql queries?
#63 opened by 0xdeface - 1
Question about directory layer
#69 opened by ben-swit - 3
Transaction
#27 opened by zczc521 - 4
More than one repository files?
#67 opened by NaufalHSyahputra - 0
Question About Layers
#66 opened by developer2346 - 3
- 1
Doubts using gqlgen for graphql endpoint
#40 opened by frederikhors - 2
more simple clean arch
#48 opened by alifpay - 2
Creating different insert operation method vs creating single insert method and reuse in usecase?
#56 opened by akmalhazim - 2
- 2
How to handle multiple Repository transactions
#59 opened by OC0311 - 1
- 2
How do you reference ID's
#62 opened by MutazAshhab - 2
- 5
Why domain model know about json?
#50 opened by Bogdaan - 0
- 1
Need sample to replace Delivery layer
#41 opened by programervn - 1
Why Repository is the second inner layer?
#52 opened by aQuaYi - 3
Question: Should we use a pointer as a return type of NewUsecase, NewRepository?
#57 opened by aeharvlee - 1
How to implement method on domain
#54 opened by akmalhazim - 1
- 4
Usage of one usecase into another
#37 opened by artem-malko - 0
- 0
- 2
How to use transactions in the Service layer to wrap different Repository methods?
#45 opened by voe1999 - 1
this authentication plugin is not supported
#43 opened by BigBoulard - 8
Few questions for more complicated application
#11 opened by hieven - 0
Question: Why use cases are interface?
#33 opened by xpol - 1
Sample for caching layer
#25 opened by weeco - 1
Dependency Rule Followed?
#16 opened by alok87 - 3
How to use a different routing library?
#17 opened by alok87 - 5
Directory Setup Questions
#30 opened by danrix89 - 1
Problem Running with docker
#26 opened by Rayton - 1
- 2
Some questions about naming convention.
#18 opened by yojkim - 2
Why are you passing context to all layers?
#10 opened by locona