Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Calculator ¶
Calculator is an autogenerated mock type for the Calculator type
func NewCalculator ¶
func NewCalculator(t interface { mock.TestingT Cleanup(func()) }) *Calculator
NewCalculator creates a new instance of Calculator. 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 (*Calculator) CalculateDiffs ¶
func (_m *Calculator) CalculateDiffs(ctx context.Context, grouping paramtools.Params, additional []types.Digest) error
CalculateDiffs provides a mock function with given fields: ctx, grouping, additional
type ImageSource ¶
ImageSource is an autogenerated mock type for the ImageSource type
func NewImageSource ¶
func NewImageSource(t interface { mock.TestingT Cleanup(func()) }) *ImageSource
NewImageSource creates a new instance of ImageSource. 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.