https://github.com/coreos/stream-metadata-go
Go library for parsing Fedora CoreOS streams
https://github.com/coreos/stream-metadata-go
Last synced: about 1 year ago
JSON representation
Go library for parsing Fedora CoreOS streams
- Host: GitHub
- URL: https://github.com/coreos/stream-metadata-go
- Owner: coreos
- License: apache-2.0
- Created: 2020-12-18T00:24:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T19:43:51.000Z (over 1 year ago)
- Last Synced: 2025-03-31T06:08:09.687Z (about 1 year ago)
- Language: Go
- Size: 272 KB
- Stars: 6
- Watchers: 7
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go library for parsing Fedora CoreOS streams
See the [Fedora CoreOS documentation](https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/)
for basic information about streams.
This is a Go library which exposes API to decode streams into Go structs,
as well as a convenience API to find the URL for a given stream.
# Example usage
See [example code here](example/example.go).