You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/service/testdata/interceptors/streaming-interceptors-with-read-payload-and-read-streaming-payload_interceptor_wrappers.go.golden
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,4 @@
1
1
2
-
type Unwrap interface {
3
-
Unwrap() interface{}
4
-
}
5
2
6
3
// wrappedMethodServerStream is a server interceptor wrapper for the
7
4
// MethodServerStream stream.
@@ -84,7 +81,7 @@ func wrapClientMethodLogging(endpoint goa.Endpoint, i ClientInterceptors) goa.En
84
81
}
85
82
86
83
// Unwrap returns the underlying stream type.
87
-
func (w *wrappedMethodServerStream) Unwrap() interface{} {
84
+
func (w *wrappedMethodServerStream) Unwrap() any {
Copy file name to clipboardExpand all lines: codegen/service/testdata/interceptors/streaming-interceptors-with-read-streaming-result_interceptor_wrappers.go.golden
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,4 @@
1
1
2
-
type Unwrap interface {
3
-
Unwrap() interface{}
4
-
}
5
2
6
3
// wrappedMethodServerStream is a server interceptor wrapper for the
7
4
// MethodServerStream stream.
@@ -72,7 +69,7 @@ func wrapClientMethodLogging(endpoint goa.Endpoint, i ClientInterceptors) goa.En
72
69
}
73
70
74
71
// Unwrap returns the underlying stream type.
75
-
func (w *wrappedMethodServerStream) Unwrap() interface{} {
72
+
func (w *wrappedMethodServerStream) Unwrap() any {
0 commit comments