Documentation
¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: repository.go
Generated by this command:
mockgen -source=repository.go -destination=../mock/bigmapaction/mock.go -package=bigmapaction -typed
Package bigmapaction is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRepository ¶
type MockRepository struct {
// contains filtered or unexported fields
}
MockRepository is a mock of Repository interface.
func NewMockRepository ¶
func NewMockRepository(ctrl *gomock.Controller) *MockRepository
NewMockRepository creates a new mock instance.
func (*MockRepository) EXPECT ¶
func (m *MockRepository) EXPECT() *MockRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRepository) Get ¶
func (m *MockRepository) Get(ctx context.Context, ptr, limit, offset int64) ([]bigmapaction.BigMapAction, error)
Get mocks base method.
type MockRepositoryMockRecorder ¶
type MockRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockRepositoryMockRecorder is the mock recorder for MockRepository.
func (*MockRepositoryMockRecorder) Get ¶
func (mr *MockRepositoryMockRecorder) Get(ctx, ptr, limit, offset any) *RepositoryGetCall
Get indicates an expected call of Get.
type RepositoryGetCall ¶
RepositoryGetCall wrap *gomock.Call
func (*RepositoryGetCall) Do ¶
func (c *RepositoryGetCall) Do(f func(context.Context, int64, int64, int64) ([]bigmapaction.BigMapAction, error)) *RepositoryGetCall
Do rewrite *gomock.Call.Do
func (*RepositoryGetCall) DoAndReturn ¶
func (c *RepositoryGetCall) DoAndReturn(f func(context.Context, int64, int64, int64) ([]bigmapaction.BigMapAction, error)) *RepositoryGetCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*RepositoryGetCall) Return ¶
func (c *RepositoryGetCall) Return(arg0 []bigmapaction.BigMapAction, arg1 error) *RepositoryGetCall
Return rewrite *gomock.Call.Return
Click to show internal directories.
Click to hide internal directories.