mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user