Documentation
¶
Index ¶
- type PathCheckerRegistry
- func (r *PathCheckerRegistry) AssociateCoreStatements() error
- func (r *PathCheckerRegistry) AssociateStatements(statements ...types.Statement) error
- func (r *PathCheckerRegistry) BaseDirSummary() types.PathCheckSummary
- func (r *PathCheckerRegistry) EncodeAllAttestations(w io.Writer) error
- func (r *PathCheckerRegistry) GetStatements() types.Statements
- func (r *PathCheckerRegistry) MakePathCheckSummarySummaryCollection() (*types.PathCheckSummaryCollection, error)
- func (r *PathCheckerRegistry) Register(path string, digest digest.SHA256) error
- func (r *PathCheckerRegistry) RegisterMutated(mutatedPaths types.Mutations)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PathCheckerRegistry ¶
type PathCheckerRegistry struct {
// contains filtered or unexported fields
}
func NewPathCheckerRegistry ¶
func NewPathCheckerRegistry(dir string, newPathChecker func(string, digest.SHA256) types.PathChecker) *PathCheckerRegistry
func (*PathCheckerRegistry) AssociateCoreStatements ¶
func (r *PathCheckerRegistry) AssociateCoreStatements() error
func (*PathCheckerRegistry) AssociateStatements ¶
func (r *PathCheckerRegistry) AssociateStatements(statements ...types.Statement) error
func (*PathCheckerRegistry) BaseDirSummary ¶
func (r *PathCheckerRegistry) BaseDirSummary() types.PathCheckSummary
func (*PathCheckerRegistry) EncodeAllAttestations ¶
func (r *PathCheckerRegistry) EncodeAllAttestations(w io.Writer) error
func (*PathCheckerRegistry) GetStatements ¶
func (r *PathCheckerRegistry) GetStatements() types.Statements
func (*PathCheckerRegistry) MakePathCheckSummarySummaryCollection ¶
func (r *PathCheckerRegistry) MakePathCheckSummarySummaryCollection() (*types.PathCheckSummaryCollection, error)
func (*PathCheckerRegistry) Register ¶
func (r *PathCheckerRegistry) Register(path string, digest digest.SHA256) error
func (*PathCheckerRegistry) RegisterMutated ¶
func (r *PathCheckerRegistry) RegisterMutated(mutatedPaths types.Mutations)
Click to show internal directories.
Click to hide internal directories.