Delete unused internal/fdo package
This is a leftover from the `osbuild/images` split`. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
2cc55065b0
commit
2b54f5bb14
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
|||
package fdo
|
||||
|
||||
import "github.com/osbuild/osbuild-composer/internal/blueprint"
|
||||
|
||||
type Options struct {
|
||||
ManufacturingServerURL string
|
||||
DiunPubKeyInsecure string
|
||||
DiunPubKeyHash string
|
||||
DiunPubKeyRootCerts string
|
||||
}
|
||||
|
||||
func FromBP(bpFDO blueprint.FDOCustomization) *Options {
|
||||
fdo := Options(bpFDO)
|
||||
return &fdo
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue