Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutorImpl ¶ added in v1.29.0
type ExecutorImpl struct{}
func NewExecutor ¶
func NewExecutor() *ExecutorImpl
func (*ExecutorImpl) Verify ¶ added in v1.29.0
func (exe *ExecutorImpl) Verify(ctx context.Context, logE *logrus.Entry, param *ParamVerify, provenancePath string) error
type MockExecutor ¶
type MockExecutor struct {
Err error
}
func (*MockExecutor) Verify ¶
func (mock *MockExecutor) Verify(ctx context.Context, logE *logrus.Entry, param *ParamVerify, provenancePath string) error
type MockVerifier ¶
type MockVerifier struct {
// contains filtered or unexported fields
}
type ParamVerify ¶
type VerifierImpl ¶ added in v1.29.0
type VerifierImpl struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.