Skip to content

Commit

Permalink
OnStreamDelatResponse should be OnStreamDeltaResponse (#778)
Browse files Browse the repository at this point in the history
Function Name in Documentation was incorrect.

Signed-off-by: Ankur Anand <[email protected]>
  • Loading branch information
ankur-anand authored Sep 14, 2023
1 parent bbeb20a commit 03e92e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/delta/v3/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Callbacks interface {
// OnStreamDeltaRequest is called once a request is received on a stream.
// Returning an error will end processing and close the stream. OnStreamClosed will still be called.
OnStreamDeltaRequest(int64, *discovery.DeltaDiscoveryRequest) error
// OnStreamDelatResponse is called immediately prior to sending a response on a stream.
// OnStreamDeltaResponse is called immediately prior to sending a response on a stream.
OnStreamDeltaResponse(int64, *discovery.DeltaDiscoveryRequest, *discovery.DeltaDiscoveryResponse)
}

Expand Down

0 comments on commit 03e92e4

Please sign in to comment.