Documentation
¶
Overview ¶
Package grpc provides a gRPC implementation of the Envoy v2 xDS API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cache ¶ added in v0.6.0
type Cache interface {
// Values returns a slice of proto.Message implementations that match
// the provided filter.
Values(func(string) bool) []proto.Message
// Register registers ch to receive a value when Notify is called.
Register(chan int, int)
}
cache represents a source of proto.Message valus that can be registered for interest.
Click to show internal directories.
Click to hide internal directories.