Merge pull request #5660 from hashicorp/b-remove-EmitNodeEventsResponse-index

remove Index field from EmitNodeEventsResponse
This commit is contained in:
Mahmood Ali
2019-05-09 14:12:29 -04:00
committed by GitHub

View File

@@ -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
}