Documentation
¶
Index ¶
Constants ¶
View Source
const ErrNonNil = Error("")
ErrNonNil is used for testing.
View Source
const OptsVersion int = 0
OptsVersion is the Version of Opts. It can be used for validation.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error string
Error reports problems while lodasing and validating configuration data.
type Loader ¶
Loader modifys the provided *Opts instance.
type Opts ¶
type Opts struct { Version int TrustPolicy trust.Policy HostCfg host.Config SigningRoot *x509.Certificate HTTPSRoots []*x509.Certificate }
Opts controls the operation of stboot.
Click to show internal directories.
Click to hide internal directories.