Documentation ¶
Index ¶
- type NativeScanReportConverter
- func (_m *NativeScanReportConverter) FromRelationalSchema(ctx context.Context, reportUUID string, artifactDigest string, ...) (string, error)
- func (_m *NativeScanReportConverter) ToRelationalSchema(ctx context.Context, reportUUID string, registrationUUID string, digest string, ...) (string, string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NativeScanReportConverter ¶
NativeScanReportConverter is an autogenerated mock type for the NativeScanReportConverter type
func NewNativeScanReportConverter ¶
func NewNativeScanReportConverter(t interface { mock.TestingT Cleanup(func()) }) *NativeScanReportConverter
NewNativeScanReportConverter creates a new instance of NativeScanReportConverter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*NativeScanReportConverter) FromRelationalSchema ¶
func (_m *NativeScanReportConverter) FromRelationalSchema(ctx context.Context, reportUUID string, artifactDigest string, reportSummary string) (string, error)
FromRelationalSchema provides a mock function with given fields: ctx, reportUUID, artifactDigest, reportSummary
func (*NativeScanReportConverter) ToRelationalSchema ¶
func (_m *NativeScanReportConverter) ToRelationalSchema(ctx context.Context, reportUUID string, registrationUUID string, digest string, reportData string) (string, string, error)
ToRelationalSchema provides a mock function with given fields: ctx, reportUUID, registrationUUID, digest, reportData
Click to show internal directories.
Click to hide internal directories.