@@ -1915,7 +1915,6 @@ type TykOtelExecutorI interface {
1915
1915
- ` func (*MockExecutionEngineI) Setup (ctx context.Context, postProcessor *postprocess.Processor, resolveContext *resolve.Context, operation *graphql.Request, options ...graphql.ExecutionOptionsV2) `
1916
1916
- ` func (*MockExecutionEngineI) Teardown () `
1917
1917
- ` func (*MockExecutionEngineI) ValidateForSchema (operation *graphql.Request) error `
1918
- - ` func (*otelGraphqlEngineV2Common) SetContext (ctx context.Context) `
1919
1918
1920
1919
### NewMockExecutionEngineI
1921
1920
@@ -2041,12 +2040,6 @@ func (*GraphStatsExtractionVisitor) ExtractStats(rawRequest, response, schema st
2041
2040
func (*GraphStatsExtractionVisitor) GraphErrors(response []byte) ([]string, error)
2042
2041
```
2043
2042
2044
- ### SetContext
2045
-
2046
- ```go
2047
- func (*otelGraphqlEngineV2Common) SetContext(ctx context.Context)
2048
- ```
2049
-
2050
2043
# Package ./graphengine
2051
2044
2052
2045
```go
@@ -2489,9 +2482,6 @@ var (
2489
2482
- `func (*EngineV3) ProcessRequest (ctx context.Context, w http.ResponseWriter, r *http.Request) (error, int)`
2490
2483
- `func (*GraphQLEngineTransport) RoundTrip (request *http.Request) (*http.Response, error)`
2491
2484
- `func (*GraphQLProxyOnlyContext) Response () *http.Response`
2492
- - `func (*complexityCheckerV1) DepthLimitExceeded (r *http.Request, accessDefinition *ComplexityAccessDefinition) ComplexityFailReason`
2493
- - `func (*granularAccessCheckerV1) CheckGraphQLRequestFieldAllowance (w http.ResponseWriter, r *http.Request, accessDefinition *GranularAccessDefinition) GraphQLGranularAccessResult`
2494
- - `func (*reverseProxyPreHandlerV1) PreHandle (params ReverseProxyParams) (ReverseProxyType, error)`
2495
2485
2496
2486
### DetermineGraphQLEngineTransportType
2497
2487
@@ -2613,24 +2603,6 @@ func (*GraphQLEngineTransport) RoundTrip(request *http.Request) (*http.Response,
2613
2603
func (*GraphQLProxyOnlyContext) Response() *http.Response
2614
2604
```
2615
2605
2616
- ### DepthLimitExceeded
2617
-
2618
- ```go
2619
- func (*complexityCheckerV1) DepthLimitExceeded(r *http.Request, accessDefinition *ComplexityAccessDefinition) ComplexityFailReason
2620
- ```
2621
-
2622
- ### CheckGraphQLRequestFieldAllowance
2623
-
2624
- ```go
2625
- func (*granularAccessCheckerV1) CheckGraphQLRequestFieldAllowance(w http.ResponseWriter, r *http.Request, accessDefinition *GranularAccessDefinition) GraphQLGranularAccessResult
2626
- ```
2627
-
2628
- ### PreHandle
2629
-
2630
- ```go
2631
- func (*reverseProxyPreHandlerV1) PreHandle(params ReverseProxyParams) (ReverseProxyType, error)
2632
- ```
2633
-
2634
2606
# Package ./httpctx
2635
2607
2636
2608
```go
@@ -3195,9 +3167,6 @@ type WebhookCredential struct {
3195
3167
3196
3168
- ` func NewClient (baseURL,secret string) *Client `
3197
3169
- ` func (*Client) ListWebhookCredentials () ([]WebhookCredential, error) `
3198
- - ` func (*portalOutput) Close (_ context.Context) error `
3199
- - ` func (*portalOutput) Connect (_ context.Context) error `
3200
- - ` func (*portalOutput) Write (_ context.Context, msg *service.Message) error `
3201
3170
3202
3171
### NewClient
3203
3172
@@ -3215,24 +3184,6 @@ ListWebhookCredentials retrieves a list of apps and filters out their webhook cr
3215
3184
func (*Client) ListWebhookCredentials() ([]WebhookCredential, error)
3216
3185
```
3217
3186
3218
- ### Close
3219
-
3220
- ```go
3221
- func (*portalOutput) Close(_ context.Context) error
3222
- ```
3223
-
3224
- ### Connect
3225
-
3226
- ```go
3227
- func (*portalOutput) Connect(_ context.Context) error
3228
- ```
3229
-
3230
- ### Write
3231
-
3232
- ```go
3233
- func (*portalOutput) Write(_ context.Context, msg *service.Message) error
3234
- ```
3235
-
3236
3187
# Package ./rate/limiter
3237
3188
3238
3189
```go
0 commit comments