Update the type of EventIndex to match the API./service type.

This commit is contained in:
Pat Gavlin 2017-11-03 11:02:22 -07:00
parent 538c45a744
commit ab9eae439b

View file

@ -68,7 +68,7 @@ const (
// UpdateEvent describes an event that happened on the Pulumi Cloud while processing an update.
type UpdateEvent struct {
Index int `json:"index"`
Index string `json:"index"`
Kind string `json:"kind"`
Fields map[string]interface{} `json:"fields"`
}