goctl: supported api types group for EXPERIMENTAL(实验性功能:支持 api type 结构体按照分组名称拆分文件) (#4810)

This commit is contained in:
kesonan
2025-04-27 23:18:33 +08:00
committed by GitHub
parent b251ce346e
commit eafd11d949
2 changed files with 84 additions and 4 deletions

View File

@@ -10,4 +10,6 @@ const (
middlewareDir = internal + "middleware"
typesDir = internal + typesPacket
groupProperty = "group"
groupTypeDefault="types"
)