Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIBook ¶
type MockIBook struct {
// contains filtered or unexported fields
}
MockIBook is a mock of IBook interface.
func NewMockIBook ¶
func NewMockIBook(ctrl *gomock.Controller) *MockIBook
NewMockIBook creates a new mock instance.
func (*MockIBook) CreateBook ¶
func (m *MockIBook) CreateBook(ctx context.Context, arg *repository.CreateBookParams) (*repository.Book, error)
CreateBook mocks base method.
func (*MockIBook) EXPECT ¶
func (m *MockIBook) EXPECT() *MockIBookMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIBookMockRecorder ¶
type MockIBookMockRecorder struct {
// contains filtered or unexported fields
}
MockIBookMockRecorder is the mock recorder for MockIBook.
func (*MockIBookMockRecorder) CreateBook ¶
func (mr *MockIBookMockRecorder) CreateBook(ctx, arg any) *gomock.Call
CreateBook indicates an expected call of CreateBook.
Click to show internal directories.
Click to hide internal directories.