Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventTransformer ¶
type Mux ¶
type Mux struct {
// contains filtered or unexported fields
}
Mux bridges between incoming watch connections from clients and outgoing watch connections to member clusters.
func (*Mux) StartWatch ¶
func (*Mux) Watch ¶
func (m *Mux) Watch(ctx context.Context, req *etcdserverpb.WatchCreateRequest, ch chan<- *etcdserverpb.WatchResponse) (func(), int64)
Click to show internal directories.
Click to hide internal directories.