Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailableUpdate ¶
type AvailableUpdate struct { VersionLabel string `json:"versionLabel"` UpdateCursor string `json:"updateCursor"` ChannelID string `json:"channelId"` IsRequired bool `json:"isRequired"` UpstreamReleasedAt *time.Time `json:"upstreamReleasedAt,omitempty"` ReleaseNotes string `json:"releaseNotes,omitempty"` IsDeployable bool `json:"isDeployable,omitempty"` NonDeployableCause string `json:"nonDeployableCause,omitempty"` }
Click to show internal directories.
Click to hide internal directories.