Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sink ¶
type Sink interface { // Setup is called once, when the job starts Setup() // WaitRequest waits for the next diff request, returning the requested node name. If an error is returned, it will cancel the job. WaitRequest() (nodeName string, err error) // Reset the state of the Sink (ie: when the client is disconnected and reconnects) Reset() localv1.OpSink }
Click to show internal directories.
Click to hide internal directories.