Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Relationship ¶
type Summary ¶
type Summary struct { State string `json:"state,omitempty"` Error bool `json:"error,omitempty"` Transitioning bool `json:"transitioning,omitempty"` Message []string `json:"message,omitempty"` Attributes map[string]interface{} `json:"-"` Relationships []Relationship `json:"-"` }
func (*Summary) DeepCopyInto ¶
Click to show internal directories.
Click to hide internal directories.