Documentation ¶
Overview ¶
Package fedoracoreos contains APIs defining well-known streams for Fedora CoreOS and a method to retrieve the URL for a stream endpoint.
Index ¶
Constants ¶
View Source
const ( // StreamStable is the default stream StreamStable = "stable" // StreamTesting is what is intended to land in stable StreamTesting = "testing" // StreamNext usually tracks the next Fedora major version StreamNext = "next" )
Variables ¶
This section is empty.
Functions ¶
func FetchStream ¶
FetchStream fetches and parses stream metadata for a stream
func GetStreamURL ¶
GetStreamURL returns the URL for the given stream
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.