Skip to content

Commit 82f4776

Browse files
committed
explanatory comment
1 parent fe942a4 commit 82f4776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/fwserver/server_listresource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ func (s *Server) ListResource(ctx context.Context, fwReq *ListRequest, fwStream
100100
}
101101
}
102102

103+
// TODO verdict is still out on how to handle diagnostics that pertain to the List call as a whole and not individual list results
103104
diagsStream := &list.ListResultsStream{}
104105

105106
if listResourceWithConfigure, ok := listResource.(list.ListResourceWithConfigure); ok {

0 commit comments

Comments
 (0)