feat(goctl): Add api parser (#2585)
This commit is contained in:
7
tools/goctl/pkg/parser/api/placeholder/placeholder.go
Normal file
7
tools/goctl/pkg/parser/api/placeholder/placeholder.go
Normal file
@@ -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