mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-09-08 20:46:25 +08:00
feat(goctl): Add api parser (#2585)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package placeholder
|
||||
|
||||
// Type is the placeholder type.
|
||||
type Type struct{}
|
||||
|
||||
// PlaceHolder is the placeholder.
|
||||
var PlaceHolder Type
|
||||
Reference in New Issue
Block a user