Skip to content

Commit

Permalink
xdsclient implementation modification
Browse files Browse the repository at this point in the history
  • Loading branch information
purnesh42H committed Mar 6, 2025
1 parent 03196ed commit 4d7d9ae
Show file tree
Hide file tree
Showing 10 changed files with 282 additions and 337 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright 2022 gRPC authors.
* Copyright 2025 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,12 +16,12 @@
*
*/

package grpcsync
package clientssync

import (
"context"

"google.golang.org/grpc/internal/buffer"
"google.golang.org/grpc/xds/internal/clients/internal/buffer"
)

// CallbackSerializer provides a mechanism to schedule callbacks in a
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright 2022 gRPC authors.
* Copyright 2025 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,7 +16,7 @@
*
*/

package grpcsync
package clientssync

import (
"context"
Expand Down
6 changes: 3 additions & 3 deletions xds/internal/clients/internal/clientssync/event.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright 2018 gRPC authors.
* Copyright 2025 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,9 +16,9 @@
*
*/

// Package grpcsync implements additional synchronization primitives built upon
// Package clientssync implements additional synchronization primitives built upon
// the sync package.
package grpcsync
package clientssync

import (
"sync"
Expand Down
4 changes: 2 additions & 2 deletions xds/internal/clients/internal/clientssync/event_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright 2018 gRPC authors.
* Copyright 2025 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,7 +16,7 @@
*
*/

package grpcsync
package clientssync

import (
"testing"
Expand Down
4 changes: 2 additions & 2 deletions xds/internal/clients/internal/clientssync/pubsub.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright 2023 gRPC authors.
* Copyright 2025 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,7 +16,7 @@
*
*/

package grpcsync
package clientssync

import (
"context"
Expand Down
4 changes: 2 additions & 2 deletions xds/internal/clients/internal/clientssync/pubsub_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright 2023 gRPC authors.
* Copyright 2025 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,7 +16,7 @@
*
*/

package grpcsync
package clientssync

import (
"context"
Expand Down
Loading

0 comments on commit 4d7d9ae

Please # to comment.