Implement #4442 , goctl generate unit test files for api handler and logic (#4443)

This commit is contained in:
Devin
2025-01-22 14:52:49 +08:00
committed by GitHub
parent bf883101d7
commit 6138f85470
10 changed files with 338 additions and 6 deletions

View File

@@ -37,7 +37,8 @@
"home": "{{.global.home}}",
"remote": "{{.global.remote}}",
"branch": "{{.global.branch}}",
"style": "{{.global.style}}"
"style": "{{.global.style}}",
"test": "Generate test files"
},
"new": {
"short": "Fast create api service",