review

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main(flagSet *flag.FlagSet, args []string)

Types

type Config

type Config struct {
	Source      string `yaml:"source"`
	BuildScript string `yaml:"build-script"`
	OutputFile  string `yaml:"output-file"`
	VendorCert  string `yaml:"vendor-cert"`
	Sbat        string `yaml:"sbat"`
}

type DummyWriter

type DummyWriter struct{}

func (*DummyWriter) Write

func (d *DummyWriter) Write(p []byte) (n int, err error)

type EfiFile

type EfiFile struct {
	Name               string
	Hash               string
	ComputedHash       string
	Sbat               string
	VendorCert         []byte
	VendorDeAuthorized []byte
}

type ExportedFile

type ExportedFile struct {
	Path string
	Hash string
}

type HashSum

type HashSum struct {
	Hash string
	Path string
}

type WorkingContext

type WorkingContext struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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