Documentation
¶
Overview ¶
Package updating is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Image ¶
func (Image) GetGetCompleteName ¶
type MockService ¶
type MockService struct {
// contains filtered or unexported fields
}
MockService is a mock of Service interface
func NewMockService ¶
func NewMockService(ctrl *gomock.Controller) *MockService
NewMockService creates a new mock instance
func (*MockService) EXPECT ¶
func (m *MockService) EXPECT() *MockServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockServiceMockRecorder ¶
type MockServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceMockRecorder is the mock recorder for MockService
func (*MockServiceMockRecorder) Update ¶
func (mr *MockServiceMockRecorder) Update(ctx, image interface{}) *gomock.Call
Update indicates an expected call of Update
type Service ¶
func NewFileUpdatingService ¶
NewFileUpdatingService init a new Service for updating files which may contain images which need to be updated
Click to show internal directories.
Click to hide internal directories.