const github.com/oapi-codegen/runtime.ParamLocationQuery

9 uses

	github.com/oapi-codegen/runtime (current package)
		bindparam.go#L81: 	case ParamLocationQuery, ParamLocationUndefined:
		styleparam.go#L39: 	ParamLocationQuery
		styleparam.go#L471: 	case ParamLocationQuery:

	github.com/coinbase/cdp-sdk/go/openapi
		client.gen.go#L1030: 			if queryFrag, err := runtime.StyleParamWithLocation("form", true, "pageSize", runtime.ParamLocationQuery, *params.PageSize); err != nil {
		client.gen.go#L1046: 			if queryFrag, err := runtime.StyleParamWithLocation("form", true, "pageToken", runtime.ParamLocationQuery, *params.PageToken); err != nil {
		client.gen.go#L1488: 			if queryFrag, err := runtime.StyleParamWithLocation("form", true, "pageSize", runtime.ParamLocationQuery, *params.PageSize); err != nil {
		client.gen.go#L1504: 			if queryFrag, err := runtime.StyleParamWithLocation("form", true, "pageToken", runtime.ParamLocationQuery, *params.PageToken); err != nil {
		client.gen.go#L1769: 			if queryFrag, err := runtime.StyleParamWithLocation("form", true, "pageSize", runtime.ParamLocationQuery, *params.PageSize); err != nil {
		client.gen.go#L1785: 			if queryFrag, err := runtime.StyleParamWithLocation("form", true, "pageToken", runtime.ParamLocationQuery, *params.PageToken); err != nil {