cloud-barista / cm-beetle

Apache License 2.0
4 stars 6 forks source link

Method to synchronize source or destination model #42

Open yunkon-kim opened 10 months ago

yunkon-kim commented 10 months ago

What would you like to be enhanced : Method to synchronize source or destination model(i.e., struct)

Why is this needed : To create Swagger document (swag init is possible only when the struct is in the project) : For efficient model (i.e. structure) synchronization and version/synchronization time recording.

Proposed solution : Currently, a script is used. : There is no clear way to improve it 😅

yunkon-kim commented 1 month ago

(Experimental) Managing models in separate repositories : https://github.com/cloud-barista/cm-model

yunkon-kim commented 1 month ago

관련한 테스트 결과 참고: https://github.com/cloud-barista/cm-beetle/discussions/132