Skip to content

Commit

Permalink
xdsclient: new Transport interface and ADS stream implementation (#7721)
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars authored Oct 17, 2024
1 parent d2ded4b commit 830135e
Show file tree
Hide file tree
Showing 4 changed files with 815 additions and 5 deletions.
6 changes: 6 additions & 0 deletions xds/internal/xdsclient/internal/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ var (

// NewADSStream returns a new ADS stream.
NewADSStream any // func(context.Context, *grpc.ClientConn) (v3adsgrpc.AggregatedDiscoveryService_StreamAggregatedResourcesClient, error)

// ResourceWatchStateForTesting gets the watch state for the resource
// identified by the given resource type and resource name. Returns a
// non-nil error if there is no such resource being watched.
ResourceWatchStateForTesting any // func(xdsclient.XDSClient, xdsresource.Type, string) error

)
Loading

0 comments on commit 830135e

Please sign in to comment.