mirror of https://github.com/grpc/grpc-go.git
added
This commit is contained in:
parent
4c13c18683
commit
0df24f31fd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue