pavedroad-io / roadctl

A kubectl compatible CLI for managing and creating applications and defining/managing CI/CD environments. The roadctl command uses blueprints based on provent design patterns driven by produciton metrics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support case sensative Go structures

jscharber opened this issue · comments

Data Manager templates

Currently, this template uses the microservice name as the name of the internal structure. This works when the microservice and table have the same name but not when they are different. We need to add a parent table name to the tplData structure in templates.go and then change the sample to use the table name assigned by the user