adharshmk96 / stk

Server tool kit - framework for developing server in golang
MIT License
2 stars 0 forks source link

platform: template generator refactor #74

Closed adharshmk96 closed 11 months ago

adharshmk96 commented 11 months ago

Update the template generator to walk and generate a list of module paths, server paths, storage paths

This will prepare generator for different implementations like postgres

adharshmk96 commented 11 months ago

Add render flag in template structure in project/tpl, generator should set true or false if the template should be rendered or not.