address codereview comment. make Status omitempty

pull/96/head
vaikas-google 10 years ago
parent 8f995f3b1e
commit 72898b7003

@ -151,8 +151,9 @@ const (
) )
// ResourceState describes the state of a resource. // ResourceState describes the state of a resource.
// Status is set during resource creation and is a terminal state.
type ResourceState struct { type ResourceState struct {
Status ResourceStatus `json:"status"` Status ResourceStatus `json:"status,omitempty"`
SelfLink string `json:"selflink,omitempty"` SelfLink string `json:"selflink,omitempty"`
Errors []string `json:"errors,omitempty"` Errors []string `json:"errors,omitempty"`
} }

Loading…
Cancel
Save