Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutorAPI ¶
type ExecutorAPI interface {
Verify(ctx context.Context, param *ParamVerify, provenancePath string) error
}
type MockExecutor ¶
type MockExecutor struct {
Err error
}
func (*MockExecutor) Verify ¶
func (mock *MockExecutor) Verify(ctx context.Context, param *ParamVerify, provenancePath string) error
type MockVerifier ¶
type MockVerifier struct {
// contains filtered or unexported fields
}
type ParamVerify ¶
Click to show internal directories.
Click to hide internal directories.