Documentation ¶
Index ¶
Constants ¶
View Source
const ( Stable = stable Beta = beta Alpha = alpha )
CoreOS release channels.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel int
Channel represents a CoreOS release channel.
func All ¶
func All() []Channel
All returns all release channels. Callers should not mutate the returned data.
func (Channel) MarshalJSON ¶
MarshalJSON is generated so Channel satisfies json.Marshaler.
func (*Channel) UnmarshalJSON ¶
UnmarshalJSON is generated so Channel satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.