Documentation
¶
Overview ¶
Package conv provides conversion functions between the osbuild blueprint and the ubp (unified blueprint) formats.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrParsing = errors.New("parsing error")
Functions ¶
This section is empty.
Types ¶
type InternalExporter ¶
type InternalExporter struct {
// contains filtered or unexported fields
}
InternalExporter is used to convert a blueprint to the internal representation.
func NewInternalExporter ¶
func NewInternalExporter(inputBlueprint *ubp.Blueprint) *InternalExporter
type InternalImporter ¶
type InternalImporter struct {
// contains filtered or unexported fields
}
InternalImporter is used to convert a blueprint to the internal representation.
func NewInternalImporter ¶
func NewInternalImporter(inputBlueprint *bp.Blueprint) *InternalImporter
Click to show internal directories.
Click to hide internal directories.