remove Index field from EmitNodeEventsResponse
`Index` is already included as part of `WriteMeta` embedding. This is a backward compatible change: Clients never read the field; and Server refernces to `EmitNodeEventsResponse.Index` would be using the value in `WriteMeta`, which is consistent with other response structs.
This commit is contained in:
parent
7696c7336f
commit
9d3f13e9b3
|
@ -1282,7 +1282,6 @@ type EmitNodeEventsRequest struct {
|
|||
// EmitNodeEventsResponse is a response to the client about the status of
|
||||
// the node event source update.
|
||||
type EmitNodeEventsResponse struct {
|
||||
Index uint64
|
||||
WriteMeta
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue