You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File *.go akan tergenerate sesuai lokasi folder proto yang kita define, dan akan melakukan generate ke spec open API di folder lib/protos/openapiv2/lib/protos/v1/wallet/wallet.swagger.json
Isi dari makefile, pada dasarnya merupakan command di atas yang lebih di rapikan
Untuk generate melalui makefile, misal untuk proto wallet yang ada di folder lib/protos/v1/wallet/wallet.proto bisa menggunakan command berikut
MODULE=v1/wallet make generate
Untuk generate file go di semua proto, bisa langsung jalankan command berikut
make generate
About
an example project for hexagonal architecture with golang monorepo