Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrFailedToReadCurrentLockObject = newPkgError("failed to read current lock object") ErrEmptyLockKey = newPkgError("empty type") ErrBuiltinType = newPkgError("builtin type") ErrBlobReferenceMissingType = newPkgError("blob reference missing type") )
Functions ¶
func IsTypeLockError ¶
Types ¶
type Finalizer ¶
type Finalizer = finalizer
func (*Finalizer) ValidateIfNecessary ¶
func (finalizer *Finalizer) ValidateIfNecessary( daughter *sku.Transacted, mother *sku.Transacted, options sku.CommitOptions, ) (err error)
type FinalizerGetter ¶
type FinalizerGetter interface {
GetObjectFinalizer() Finalizer
}
type VerifyOptions ¶
type VerifyOptions struct {
PubKeyPresent bool
ObjectDigestPresent bool
ObjectSigPresent bool
ObjectSigValid bool
}
func DefaultVerifyOptions ¶
func DefaultVerifyOptions() VerifyOptions
Click to show internal directories.
Click to hide internal directories.