Files
go-zero/tools/goctl/pkg/parser/api/placeholder/placeholder.go

8 lines
130 B
Go
Raw Permalink Normal View History

2023-03-28 23:45:26 +08:00
package placeholder
// Type is the placeholder type.
type Type struct{}
// PlaceHolder is the placeholder.
var PlaceHolder Type