Skip to content

Commit

Permalink
xdsclient: remove unexported method from ResourceData interface (#7835)
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars authored Nov 18, 2024
1 parent 3a1e3e2 commit fdc28bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xds/internal/xdsclient/xdsresource/resource_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ type Type interface {
// provide an implementation of this interface to represent the configuration
// received from the xDS management server.
type ResourceData interface {
isResourceData()

// RawEqual returns true if the passed in resource data is equal to that of
// the receiver, based on the underlying raw protobuf message.
RawEqual(ResourceData) bool
Expand Down

0 comments on commit fdc28bf

Please sign in to comment.