This commit is contained in:
challa vamsy 2025-08-13 15:16:15 +00:00
parent 4c13c18683
commit 0df24f31fd
1 changed files with 0 additions and 7 deletions

View File

@ -68,13 +68,6 @@ type AnyProto struct {
Value []byte
}
// GetValue returns the serialized proto data for the resource.
// This is a placeholder that will panic if called. It is intended to
// be implemented later to access the underlying protobuf message.
func (a AnyProto) GetValue() []byte {
panic("unimplemented")
}
// DecodeOptions wraps the options required by ResourceType implementations for
// decoding configuration received from the xDS management server.
type DecodeOptions struct {