upgrade

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Graph

type Graph struct {
	Nodes []Node   `json:"nodes"`
	Edges [][2]int `json:"edges,omitempty"`
}

Should dedupe this with fedora-coreos-cincinnati -- we just handle the bare minimum here. One question here is: why not use Cincinnati itself for this? We could do this, though it'd somewhat muddle the focus of these tests and make setup more complex.

type Node

type Node struct {
	Version  string            `json:"version"`
	Metadata map[string]string `json:"metadata"`
	Payload  string            `json:"payload"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL