goctl added
This commit is contained in:
15
tools/modelctl/model/configtemplategen/configtemplate.go
Normal file
15
tools/modelctl/model/configtemplategen/configtemplate.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package configgen
|
||||
|
||||
const configTemplate = `// TODO replace * to your real value
|
||||
{
|
||||
"WithCache": false,
|
||||
"Force": true,
|
||||
"Username": "***",
|
||||
"Password": "***",
|
||||
"Address": "**",
|
||||
"TableSchema":"*",
|
||||
"Tables": [
|
||||
"**"
|
||||
]
|
||||
}
|
||||
`
|
||||
Reference in New Issue
Block a user