Skip to content

Commit d705291

Browse files
author
Tit Petric
committed
Clear out private implementation from godocs
1 parent 969f937 commit d705291

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

docs/dev/internal.md

-49
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,6 @@ type TykOtelExecutorI interface {
19151915
- `func (*MockExecutionEngineI) Setup (ctx context.Context, postProcessor *postprocess.Processor, resolveContext *resolve.Context, operation *graphql.Request, options ...graphql.ExecutionOptionsV2)`
19161916
- `func (*MockExecutionEngineI) Teardown ()`
19171917
- `func (*MockExecutionEngineI) ValidateForSchema (operation *graphql.Request) error`
1918-
- `func (*otelGraphqlEngineV2Common) SetContext (ctx context.Context)`
19191918

19201919
### NewMockExecutionEngineI
19211920

@@ -2041,12 +2040,6 @@ func (*GraphStatsExtractionVisitor) ExtractStats(rawRequest, response, schema st
20412040
func (*GraphStatsExtractionVisitor) GraphErrors(response []byte) ([]string, error)
20422041
```
20432042

2044-
### SetContext
2045-
2046-
```go
2047-
func (*otelGraphqlEngineV2Common) SetContext(ctx context.Context)
2048-
```
2049-
20502043
# Package ./graphengine
20512044

20522045
```go
@@ -2489,9 +2482,6 @@ var (
24892482
- `func (*EngineV3) ProcessRequest (ctx context.Context, w http.ResponseWriter, r *http.Request) (error, int)`
24902483
- `func (*GraphQLEngineTransport) RoundTrip (request *http.Request) (*http.Response, error)`
24912484
- `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)`
24952485

24962486
### DetermineGraphQLEngineTransportType
24972487

@@ -2613,24 +2603,6 @@ func (*GraphQLEngineTransport) RoundTrip(request *http.Request) (*http.Response,
26132603
func (*GraphQLProxyOnlyContext) Response() *http.Response
26142604
```
26152605

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-
26342606
# Package ./httpctx
26352607

26362608
```go
@@ -3195,9 +3167,6 @@ type WebhookCredential struct {
31953167

31963168
- `func NewClient (baseURL,secret string) *Client`
31973169
- `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`
32013170

32023171
### NewClient
32033172

@@ -3215,24 +3184,6 @@ ListWebhookCredentials retrieves a list of apps and filters out their webhook cr
32153184
func (*Client) ListWebhookCredentials() ([]WebhookCredential, error)
32163185
```
32173186

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-
32363187
# Package ./rate/limiter
32373188

32383189
```go

docs/dev/oas-apis.md

-7
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,6 @@ var (
23742374
- `func (URLRewriteInput) Err () error`
23752375
- `func (URLRewriteInput) Index () int`
23762376
- `func (URLRewriteInput) Valid () bool`
2377-
- `func (pathPart) String () string`
23782377

23792378
### ExampleExtractor
23802379

@@ -2665,9 +2664,3 @@ func (*OAS) RemoveTykStreamingExtension()
26652664
```go
26662665
func (*OAS) SetTykStreamingExtension(xTykStreaming *XTykStreaming)
26672666
```
2668-
2669-
### String
2670-
2671-
```go
2672-
func (pathPart) String() string
2673-
```

0 commit comments

Comments
 (0)