Documentation ¶
Overview ¶
Package mock_model is a generated GoMock package.
Index ¶
- type MockSubCollectionRepository
- func (m *MockSubCollectionRepository) Delete(ctx context.Context, subject *model.SubCollection, opts ...model.DeleteOption) error
- func (m *MockSubCollectionRepository) DeleteByID(ctx context.Context, id string, opts ...model.DeleteOption) error
- func (m *MockSubCollectionRepository) DeleteByIDWithTx(ctx context.Context, tx *firestore.Transaction, id string, ...) error
- func (m *MockSubCollectionRepository) DeleteMulti(ctx context.Context, subjects []*model.SubCollection, ...) error
- func (m *MockSubCollectionRepository) DeleteMultiByIDs(ctx context.Context, ids []string, opts ...model.DeleteOption) error
- func (m *MockSubCollectionRepository) DeleteMultiByIDsWithTx(ctx context.Context, tx *firestore.Transaction, ids []string, ...) error
- func (m *MockSubCollectionRepository) DeleteMultiWithTx(ctx context.Context, tx *firestore.Transaction, ...) error
- func (m *MockSubCollectionRepository) DeleteWithTx(ctx context.Context, tx *firestore.Transaction, subject *model.SubCollection, ...) error
- func (m *MockSubCollectionRepository) EXPECT() *MockSubCollectionRepositoryMockRecorder
- func (m *MockSubCollectionRepository) Free()
- func (m *MockSubCollectionRepository) Get(ctx context.Context, id string, opts ...model.GetOption) (*model.SubCollection, error)
- func (m *MockSubCollectionRepository) GetCollection() *firestore.CollectionRef
- func (m *MockSubCollectionRepository) GetCollectionName() string
- func (m *MockSubCollectionRepository) GetDocRef(id string) *firestore.DocumentRef
- func (m *MockSubCollectionRepository) GetMulti(ctx context.Context, ids []string, opts ...model.GetOption) ([]*model.SubCollection, error)
- func (m *MockSubCollectionRepository) GetMultiWithTx(tx *firestore.Transaction, ids []string, opts ...model.GetOption) ([]*model.SubCollection, error)
- func (m *MockSubCollectionRepository) GetWithDoc(ctx context.Context, doc *firestore.DocumentRef, opts ...model.GetOption) (*model.SubCollection, error)
- func (m *MockSubCollectionRepository) GetWithDocWithTx(tx *firestore.Transaction, doc *firestore.DocumentRef, opts ...model.GetOption) (*model.SubCollection, error)
- func (m *MockSubCollectionRepository) GetWithTx(tx *firestore.Transaction, id string, opts ...model.GetOption) (*model.SubCollection, error)
- func (m *MockSubCollectionRepository) Insert(ctx context.Context, subject *model.SubCollection) (string, error)
- func (m *MockSubCollectionRepository) InsertMulti(ctx context.Context, subjects []*model.SubCollection) ([]string, error)
- func (m *MockSubCollectionRepository) InsertMultiWithTx(ctx context.Context, tx *firestore.Transaction, ...) ([]string, error)
- func (m *MockSubCollectionRepository) InsertWithTx(ctx context.Context, tx *firestore.Transaction, subject *model.SubCollection) (string, error)
- func (m *MockSubCollectionRepository) NewRepositoryByParent(doc *firestore.DocumentRef) model.SubCollectionRepository
- func (m *MockSubCollectionRepository) RunInTransaction() ...
- func (m *MockSubCollectionRepository) Search(ctx context.Context, param *model.SubCollectionSearchParam, q *firestore.Query) ([]*model.SubCollection, error)
- func (m *MockSubCollectionRepository) SearchByParam(ctx context.Context, param *model.SubCollectionSearchParam) ([]*model.SubCollection, *model.PagingResult, error)
- func (m *MockSubCollectionRepository) SearchByParamWithTx(tx *firestore.Transaction, param *model.SubCollectionSearchParam) ([]*model.SubCollection, *model.PagingResult, error)
- func (m *MockSubCollectionRepository) SearchWithTx(tx *firestore.Transaction, param *model.SubCollectionSearchParam, ...) ([]*model.SubCollection, error)
- func (m *MockSubCollectionRepository) SetParentDoc(doc *firestore.DocumentRef)
- func (m *MockSubCollectionRepository) StrictUpdate(ctx context.Context, id string, param *model.SubCollectionUpdateParam, ...) error
- func (m *MockSubCollectionRepository) StrictUpdateWithTx(tx *firestore.Transaction, id string, param *model.SubCollectionUpdateParam, ...) error
- func (m *MockSubCollectionRepository) Update(ctx context.Context, subject *model.SubCollection) error
- func (m *MockSubCollectionRepository) UpdateMulti(ctx context.Context, subjects []*model.SubCollection) error
- func (m *MockSubCollectionRepository) UpdateMultiWithTx(ctx context.Context, tx *firestore.Transaction, ...) error
- func (m *MockSubCollectionRepository) UpdateWithTx(ctx context.Context, tx *firestore.Transaction, subject *model.SubCollection) error
- type MockSubCollectionRepositoryMiddleware
- func (m *MockSubCollectionRepositoryMiddleware) BeforeDelete(ctx context.Context, subject *model.SubCollection, opts ...model.DeleteOption) (bool, error)
- func (m *MockSubCollectionRepositoryMiddleware) BeforeDeleteByID(ctx context.Context, ids []string, opts ...model.DeleteOption) (bool, error)
- func (m *MockSubCollectionRepositoryMiddleware) BeforeInsert(ctx context.Context, subject *model.SubCollection) (bool, error)
- func (m *MockSubCollectionRepositoryMiddleware) BeforeUpdate(ctx context.Context, old, subject *model.SubCollection) (bool, error)
- func (m *MockSubCollectionRepositoryMiddleware) EXPECT() *MockSubCollectionRepositoryMiddlewareMockRecorder
- type MockSubCollectionRepositoryMiddlewareMockRecorder
- func (mr *MockSubCollectionRepositoryMiddlewareMockRecorder) BeforeDelete(ctx, subject any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMiddlewareMockRecorder) BeforeDeleteByID(ctx, ids any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMiddlewareMockRecorder) BeforeInsert(ctx, subject any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMiddlewareMockRecorder) BeforeUpdate(ctx, old, subject any) *gomock.Call
- type MockSubCollectionRepositoryMockRecorder
- func (mr *MockSubCollectionRepositoryMockRecorder) Delete(ctx, subject any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) DeleteByID(ctx, id any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) DeleteByIDWithTx(ctx, tx, id any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) DeleteMulti(ctx, subjects any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) DeleteMultiByIDs(ctx, ids any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) DeleteMultiByIDsWithTx(ctx, tx, ids any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) DeleteMultiWithTx(ctx, tx, subjects any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) DeleteWithTx(ctx, tx, subject any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) Free() *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) Get(ctx, id any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) GetCollection() *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) GetCollectionName() *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) GetDocRef(id any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) GetMulti(ctx, ids any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) GetMultiWithTx(tx, ids any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) GetWithDoc(ctx, doc any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) GetWithDocWithTx(tx, doc any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) GetWithTx(tx, id any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) Insert(ctx, subject any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) InsertMulti(ctx, subjects any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) InsertMultiWithTx(ctx, tx, subjects any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) InsertWithTx(ctx, tx, subject any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) NewRepositoryByParent(doc any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) RunInTransaction() *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) Search(ctx, param, q any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) SearchByParam(ctx, param any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) SearchByParamWithTx(tx, param any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) SearchWithTx(tx, param, q any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) SetParentDoc(doc any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) StrictUpdate(ctx, id, param any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) StrictUpdateWithTx(tx, id, param any, opts ...any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) Update(ctx, subject any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) UpdateMulti(ctx, subjects any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) UpdateMultiWithTx(ctx, tx, subjects any) *gomock.Call
- func (mr *MockSubCollectionRepositoryMockRecorder) UpdateWithTx(ctx, tx, subject any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSubCollectionRepository ¶
type MockSubCollectionRepository struct {
// contains filtered or unexported fields
}
MockSubCollectionRepository is a mock of SubCollectionRepository interface.
func NewMockSubCollectionRepository ¶
func NewMockSubCollectionRepository(ctrl *gomock.Controller) *MockSubCollectionRepository
NewMockSubCollectionRepository creates a new mock instance.
func (*MockSubCollectionRepository) Delete ¶
func (m *MockSubCollectionRepository) Delete(ctx context.Context, subject *model.SubCollection, opts ...model.DeleteOption) error
Delete mocks base method.
func (*MockSubCollectionRepository) DeleteByID ¶
func (m *MockSubCollectionRepository) DeleteByID(ctx context.Context, id string, opts ...model.DeleteOption) error
DeleteByID mocks base method.
func (*MockSubCollectionRepository) DeleteByIDWithTx ¶
func (m *MockSubCollectionRepository) DeleteByIDWithTx(ctx context.Context, tx *firestore.Transaction, id string, opts ...model.DeleteOption) error
DeleteByIDWithTx mocks base method.
func (*MockSubCollectionRepository) DeleteMulti ¶
func (m *MockSubCollectionRepository) DeleteMulti(ctx context.Context, subjects []*model.SubCollection, opts ...model.DeleteOption) error
DeleteMulti mocks base method.
func (*MockSubCollectionRepository) DeleteMultiByIDs ¶
func (m *MockSubCollectionRepository) DeleteMultiByIDs(ctx context.Context, ids []string, opts ...model.DeleteOption) error
DeleteMultiByIDs mocks base method.
func (*MockSubCollectionRepository) DeleteMultiByIDsWithTx ¶
func (m *MockSubCollectionRepository) DeleteMultiByIDsWithTx(ctx context.Context, tx *firestore.Transaction, ids []string, opts ...model.DeleteOption) error
DeleteMultiByIDsWithTx mocks base method.
func (*MockSubCollectionRepository) DeleteMultiWithTx ¶
func (m *MockSubCollectionRepository) DeleteMultiWithTx(ctx context.Context, tx *firestore.Transaction, subjects []*model.SubCollection, opts ...model.DeleteOption) error
DeleteMultiWithTx mocks base method.
func (*MockSubCollectionRepository) DeleteWithTx ¶
func (m *MockSubCollectionRepository) DeleteWithTx(ctx context.Context, tx *firestore.Transaction, subject *model.SubCollection, opts ...model.DeleteOption) error
DeleteWithTx mocks base method.
func (*MockSubCollectionRepository) EXPECT ¶
func (m *MockSubCollectionRepository) EXPECT() *MockSubCollectionRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSubCollectionRepository) Free ¶
func (m *MockSubCollectionRepository) Free()
Free mocks base method.
func (*MockSubCollectionRepository) Get ¶
func (m *MockSubCollectionRepository) Get(ctx context.Context, id string, opts ...model.GetOption) (*model.SubCollection, error)
Get mocks base method.
func (*MockSubCollectionRepository) GetCollection ¶
func (m *MockSubCollectionRepository) GetCollection() *firestore.CollectionRef
GetCollection mocks base method.
func (*MockSubCollectionRepository) GetCollectionName ¶
func (m *MockSubCollectionRepository) GetCollectionName() string
GetCollectionName mocks base method.
func (*MockSubCollectionRepository) GetDocRef ¶
func (m *MockSubCollectionRepository) GetDocRef(id string) *firestore.DocumentRef
GetDocRef mocks base method.
func (*MockSubCollectionRepository) GetMulti ¶
func (m *MockSubCollectionRepository) GetMulti(ctx context.Context, ids []string, opts ...model.GetOption) ([]*model.SubCollection, error)
GetMulti mocks base method.
func (*MockSubCollectionRepository) GetMultiWithTx ¶
func (m *MockSubCollectionRepository) GetMultiWithTx(tx *firestore.Transaction, ids []string, opts ...model.GetOption) ([]*model.SubCollection, error)
GetMultiWithTx mocks base method.
func (*MockSubCollectionRepository) GetWithDoc ¶
func (m *MockSubCollectionRepository) GetWithDoc(ctx context.Context, doc *firestore.DocumentRef, opts ...model.GetOption) (*model.SubCollection, error)
GetWithDoc mocks base method.
func (*MockSubCollectionRepository) GetWithDocWithTx ¶
func (m *MockSubCollectionRepository) GetWithDocWithTx(tx *firestore.Transaction, doc *firestore.DocumentRef, opts ...model.GetOption) (*model.SubCollection, error)
GetWithDocWithTx mocks base method.
func (*MockSubCollectionRepository) GetWithTx ¶
func (m *MockSubCollectionRepository) GetWithTx(tx *firestore.Transaction, id string, opts ...model.GetOption) (*model.SubCollection, error)
GetWithTx mocks base method.
func (*MockSubCollectionRepository) Insert ¶
func (m *MockSubCollectionRepository) Insert(ctx context.Context, subject *model.SubCollection) (string, error)
Insert mocks base method.
func (*MockSubCollectionRepository) InsertMulti ¶
func (m *MockSubCollectionRepository) InsertMulti(ctx context.Context, subjects []*model.SubCollection) ([]string, error)
InsertMulti mocks base method.
func (*MockSubCollectionRepository) InsertMultiWithTx ¶
func (m *MockSubCollectionRepository) InsertMultiWithTx(ctx context.Context, tx *firestore.Transaction, subjects []*model.SubCollection) ([]string, error)
InsertMultiWithTx mocks base method.
func (*MockSubCollectionRepository) InsertWithTx ¶
func (m *MockSubCollectionRepository) InsertWithTx(ctx context.Context, tx *firestore.Transaction, subject *model.SubCollection) (string, error)
InsertWithTx mocks base method.
func (*MockSubCollectionRepository) NewRepositoryByParent ¶
func (m *MockSubCollectionRepository) NewRepositoryByParent(doc *firestore.DocumentRef) model.SubCollectionRepository
NewRepositoryByParent mocks base method.
func (*MockSubCollectionRepository) RunInTransaction ¶
func (m *MockSubCollectionRepository) RunInTransaction() func(context.Context, func(context.Context, *firestore.Transaction) error, ...firestore.TransactionOption) error
RunInTransaction mocks base method.
func (*MockSubCollectionRepository) Search ¶
func (m *MockSubCollectionRepository) Search(ctx context.Context, param *model.SubCollectionSearchParam, q *firestore.Query) ([]*model.SubCollection, error)
Search mocks base method.
func (*MockSubCollectionRepository) SearchByParam ¶
func (m *MockSubCollectionRepository) SearchByParam(ctx context.Context, param *model.SubCollectionSearchParam) ([]*model.SubCollection, *model.PagingResult, error)
SearchByParam mocks base method.
func (*MockSubCollectionRepository) SearchByParamWithTx ¶
func (m *MockSubCollectionRepository) SearchByParamWithTx(tx *firestore.Transaction, param *model.SubCollectionSearchParam) ([]*model.SubCollection, *model.PagingResult, error)
SearchByParamWithTx mocks base method.
func (*MockSubCollectionRepository) SearchWithTx ¶
func (m *MockSubCollectionRepository) SearchWithTx(tx *firestore.Transaction, param *model.SubCollectionSearchParam, q *firestore.Query) ([]*model.SubCollection, error)
SearchWithTx mocks base method.
func (*MockSubCollectionRepository) SetParentDoc ¶
func (m *MockSubCollectionRepository) SetParentDoc(doc *firestore.DocumentRef)
SetParentDoc mocks base method.
func (*MockSubCollectionRepository) StrictUpdate ¶
func (m *MockSubCollectionRepository) StrictUpdate(ctx context.Context, id string, param *model.SubCollectionUpdateParam, opts ...firestore.Precondition) error
StrictUpdate mocks base method.
func (*MockSubCollectionRepository) StrictUpdateWithTx ¶
func (m *MockSubCollectionRepository) StrictUpdateWithTx(tx *firestore.Transaction, id string, param *model.SubCollectionUpdateParam, opts ...firestore.Precondition) error
StrictUpdateWithTx mocks base method.
func (*MockSubCollectionRepository) Update ¶
func (m *MockSubCollectionRepository) Update(ctx context.Context, subject *model.SubCollection) error
Update mocks base method.
func (*MockSubCollectionRepository) UpdateMulti ¶
func (m *MockSubCollectionRepository) UpdateMulti(ctx context.Context, subjects []*model.SubCollection) error
UpdateMulti mocks base method.
func (*MockSubCollectionRepository) UpdateMultiWithTx ¶
func (m *MockSubCollectionRepository) UpdateMultiWithTx(ctx context.Context, tx *firestore.Transaction, subjects []*model.SubCollection) error
UpdateMultiWithTx mocks base method.
func (*MockSubCollectionRepository) UpdateWithTx ¶
func (m *MockSubCollectionRepository) UpdateWithTx(ctx context.Context, tx *firestore.Transaction, subject *model.SubCollection) error
UpdateWithTx mocks base method.
type MockSubCollectionRepositoryMiddleware ¶
type MockSubCollectionRepositoryMiddleware struct {
// contains filtered or unexported fields
}
MockSubCollectionRepositoryMiddleware is a mock of SubCollectionRepositoryMiddleware interface.
func NewMockSubCollectionRepositoryMiddleware ¶
func NewMockSubCollectionRepositoryMiddleware(ctrl *gomock.Controller) *MockSubCollectionRepositoryMiddleware
NewMockSubCollectionRepositoryMiddleware creates a new mock instance.
func (*MockSubCollectionRepositoryMiddleware) BeforeDelete ¶
func (m *MockSubCollectionRepositoryMiddleware) BeforeDelete(ctx context.Context, subject *model.SubCollection, opts ...model.DeleteOption) (bool, error)
BeforeDelete mocks base method.
func (*MockSubCollectionRepositoryMiddleware) BeforeDeleteByID ¶
func (m *MockSubCollectionRepositoryMiddleware) BeforeDeleteByID(ctx context.Context, ids []string, opts ...model.DeleteOption) (bool, error)
BeforeDeleteByID mocks base method.
func (*MockSubCollectionRepositoryMiddleware) BeforeInsert ¶
func (m *MockSubCollectionRepositoryMiddleware) BeforeInsert(ctx context.Context, subject *model.SubCollection) (bool, error)
BeforeInsert mocks base method.
func (*MockSubCollectionRepositoryMiddleware) BeforeUpdate ¶
func (m *MockSubCollectionRepositoryMiddleware) BeforeUpdate(ctx context.Context, old, subject *model.SubCollection) (bool, error)
BeforeUpdate mocks base method.
func (*MockSubCollectionRepositoryMiddleware) EXPECT ¶
func (m *MockSubCollectionRepositoryMiddleware) EXPECT() *MockSubCollectionRepositoryMiddlewareMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockSubCollectionRepositoryMiddlewareMockRecorder ¶
type MockSubCollectionRepositoryMiddlewareMockRecorder struct {
// contains filtered or unexported fields
}
MockSubCollectionRepositoryMiddlewareMockRecorder is the mock recorder for MockSubCollectionRepositoryMiddleware.
func (*MockSubCollectionRepositoryMiddlewareMockRecorder) BeforeDelete ¶
func (mr *MockSubCollectionRepositoryMiddlewareMockRecorder) BeforeDelete(ctx, subject any, opts ...any) *gomock.Call
BeforeDelete indicates an expected call of BeforeDelete.
func (*MockSubCollectionRepositoryMiddlewareMockRecorder) BeforeDeleteByID ¶
func (mr *MockSubCollectionRepositoryMiddlewareMockRecorder) BeforeDeleteByID(ctx, ids any, opts ...any) *gomock.Call
BeforeDeleteByID indicates an expected call of BeforeDeleteByID.
func (*MockSubCollectionRepositoryMiddlewareMockRecorder) BeforeInsert ¶
func (mr *MockSubCollectionRepositoryMiddlewareMockRecorder) BeforeInsert(ctx, subject any) *gomock.Call
BeforeInsert indicates an expected call of BeforeInsert.
func (*MockSubCollectionRepositoryMiddlewareMockRecorder) BeforeUpdate ¶
func (mr *MockSubCollectionRepositoryMiddlewareMockRecorder) BeforeUpdate(ctx, old, subject any) *gomock.Call
BeforeUpdate indicates an expected call of BeforeUpdate.
type MockSubCollectionRepositoryMockRecorder ¶
type MockSubCollectionRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockSubCollectionRepositoryMockRecorder is the mock recorder for MockSubCollectionRepository.
func (*MockSubCollectionRepositoryMockRecorder) Delete ¶
func (mr *MockSubCollectionRepositoryMockRecorder) Delete(ctx, subject any, opts ...any) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockSubCollectionRepositoryMockRecorder) DeleteByID ¶
func (mr *MockSubCollectionRepositoryMockRecorder) DeleteByID(ctx, id any, opts ...any) *gomock.Call
DeleteByID indicates an expected call of DeleteByID.
func (*MockSubCollectionRepositoryMockRecorder) DeleteByIDWithTx ¶
func (mr *MockSubCollectionRepositoryMockRecorder) DeleteByIDWithTx(ctx, tx, id any, opts ...any) *gomock.Call
DeleteByIDWithTx indicates an expected call of DeleteByIDWithTx.
func (*MockSubCollectionRepositoryMockRecorder) DeleteMulti ¶
func (mr *MockSubCollectionRepositoryMockRecorder) DeleteMulti(ctx, subjects any, opts ...any) *gomock.Call
DeleteMulti indicates an expected call of DeleteMulti.
func (*MockSubCollectionRepositoryMockRecorder) DeleteMultiByIDs ¶
func (mr *MockSubCollectionRepositoryMockRecorder) DeleteMultiByIDs(ctx, ids any, opts ...any) *gomock.Call
DeleteMultiByIDs indicates an expected call of DeleteMultiByIDs.
func (*MockSubCollectionRepositoryMockRecorder) DeleteMultiByIDsWithTx ¶
func (mr *MockSubCollectionRepositoryMockRecorder) DeleteMultiByIDsWithTx(ctx, tx, ids any, opts ...any) *gomock.Call
DeleteMultiByIDsWithTx indicates an expected call of DeleteMultiByIDsWithTx.
func (*MockSubCollectionRepositoryMockRecorder) DeleteMultiWithTx ¶
func (mr *MockSubCollectionRepositoryMockRecorder) DeleteMultiWithTx(ctx, tx, subjects any, opts ...any) *gomock.Call
DeleteMultiWithTx indicates an expected call of DeleteMultiWithTx.
func (*MockSubCollectionRepositoryMockRecorder) DeleteWithTx ¶
func (mr *MockSubCollectionRepositoryMockRecorder) DeleteWithTx(ctx, tx, subject any, opts ...any) *gomock.Call
DeleteWithTx indicates an expected call of DeleteWithTx.
func (*MockSubCollectionRepositoryMockRecorder) Free ¶
func (mr *MockSubCollectionRepositoryMockRecorder) Free() *gomock.Call
Free indicates an expected call of Free.
func (*MockSubCollectionRepositoryMockRecorder) Get ¶
func (mr *MockSubCollectionRepositoryMockRecorder) Get(ctx, id any, opts ...any) *gomock.Call
Get indicates an expected call of Get.
func (*MockSubCollectionRepositoryMockRecorder) GetCollection ¶
func (mr *MockSubCollectionRepositoryMockRecorder) GetCollection() *gomock.Call
GetCollection indicates an expected call of GetCollection.
func (*MockSubCollectionRepositoryMockRecorder) GetCollectionName ¶
func (mr *MockSubCollectionRepositoryMockRecorder) GetCollectionName() *gomock.Call
GetCollectionName indicates an expected call of GetCollectionName.
func (*MockSubCollectionRepositoryMockRecorder) GetDocRef ¶
func (mr *MockSubCollectionRepositoryMockRecorder) GetDocRef(id any) *gomock.Call
GetDocRef indicates an expected call of GetDocRef.
func (*MockSubCollectionRepositoryMockRecorder) GetMulti ¶
func (mr *MockSubCollectionRepositoryMockRecorder) GetMulti(ctx, ids any, opts ...any) *gomock.Call
GetMulti indicates an expected call of GetMulti.
func (*MockSubCollectionRepositoryMockRecorder) GetMultiWithTx ¶
func (mr *MockSubCollectionRepositoryMockRecorder) GetMultiWithTx(tx, ids any, opts ...any) *gomock.Call
GetMultiWithTx indicates an expected call of GetMultiWithTx.
func (*MockSubCollectionRepositoryMockRecorder) GetWithDoc ¶
func (mr *MockSubCollectionRepositoryMockRecorder) GetWithDoc(ctx, doc any, opts ...any) *gomock.Call
GetWithDoc indicates an expected call of GetWithDoc.
func (*MockSubCollectionRepositoryMockRecorder) GetWithDocWithTx ¶
func (mr *MockSubCollectionRepositoryMockRecorder) GetWithDocWithTx(tx, doc any, opts ...any) *gomock.Call
GetWithDocWithTx indicates an expected call of GetWithDocWithTx.
func (*MockSubCollectionRepositoryMockRecorder) GetWithTx ¶
func (mr *MockSubCollectionRepositoryMockRecorder) GetWithTx(tx, id any, opts ...any) *gomock.Call
GetWithTx indicates an expected call of GetWithTx.
func (*MockSubCollectionRepositoryMockRecorder) Insert ¶
func (mr *MockSubCollectionRepositoryMockRecorder) Insert(ctx, subject any) *gomock.Call
Insert indicates an expected call of Insert.
func (*MockSubCollectionRepositoryMockRecorder) InsertMulti ¶
func (mr *MockSubCollectionRepositoryMockRecorder) InsertMulti(ctx, subjects any) *gomock.Call
InsertMulti indicates an expected call of InsertMulti.
func (*MockSubCollectionRepositoryMockRecorder) InsertMultiWithTx ¶
func (mr *MockSubCollectionRepositoryMockRecorder) InsertMultiWithTx(ctx, tx, subjects any) *gomock.Call
InsertMultiWithTx indicates an expected call of InsertMultiWithTx.
func (*MockSubCollectionRepositoryMockRecorder) InsertWithTx ¶
func (mr *MockSubCollectionRepositoryMockRecorder) InsertWithTx(ctx, tx, subject any) *gomock.Call
InsertWithTx indicates an expected call of InsertWithTx.
func (*MockSubCollectionRepositoryMockRecorder) NewRepositoryByParent ¶
func (mr *MockSubCollectionRepositoryMockRecorder) NewRepositoryByParent(doc any) *gomock.Call
NewRepositoryByParent indicates an expected call of NewRepositoryByParent.
func (*MockSubCollectionRepositoryMockRecorder) RunInTransaction ¶
func (mr *MockSubCollectionRepositoryMockRecorder) RunInTransaction() *gomock.Call
RunInTransaction indicates an expected call of RunInTransaction.
func (*MockSubCollectionRepositoryMockRecorder) Search ¶
func (mr *MockSubCollectionRepositoryMockRecorder) Search(ctx, param, q any) *gomock.Call
Search indicates an expected call of Search.
func (*MockSubCollectionRepositoryMockRecorder) SearchByParam ¶
func (mr *MockSubCollectionRepositoryMockRecorder) SearchByParam(ctx, param any) *gomock.Call
SearchByParam indicates an expected call of SearchByParam.
func (*MockSubCollectionRepositoryMockRecorder) SearchByParamWithTx ¶
func (mr *MockSubCollectionRepositoryMockRecorder) SearchByParamWithTx(tx, param any) *gomock.Call
SearchByParamWithTx indicates an expected call of SearchByParamWithTx.
func (*MockSubCollectionRepositoryMockRecorder) SearchWithTx ¶
func (mr *MockSubCollectionRepositoryMockRecorder) SearchWithTx(tx, param, q any) *gomock.Call
SearchWithTx indicates an expected call of SearchWithTx.
func (*MockSubCollectionRepositoryMockRecorder) SetParentDoc ¶
func (mr *MockSubCollectionRepositoryMockRecorder) SetParentDoc(doc any) *gomock.Call
SetParentDoc indicates an expected call of SetParentDoc.
func (*MockSubCollectionRepositoryMockRecorder) StrictUpdate ¶
func (mr *MockSubCollectionRepositoryMockRecorder) StrictUpdate(ctx, id, param any, opts ...any) *gomock.Call
StrictUpdate indicates an expected call of StrictUpdate.
func (*MockSubCollectionRepositoryMockRecorder) StrictUpdateWithTx ¶
func (mr *MockSubCollectionRepositoryMockRecorder) StrictUpdateWithTx(tx, id, param any, opts ...any) *gomock.Call
StrictUpdateWithTx indicates an expected call of StrictUpdateWithTx.
func (*MockSubCollectionRepositoryMockRecorder) Update ¶
func (mr *MockSubCollectionRepositoryMockRecorder) Update(ctx, subject any) *gomock.Call
Update indicates an expected call of Update.
func (*MockSubCollectionRepositoryMockRecorder) UpdateMulti ¶
func (mr *MockSubCollectionRepositoryMockRecorder) UpdateMulti(ctx, subjects any) *gomock.Call
UpdateMulti indicates an expected call of UpdateMulti.
func (*MockSubCollectionRepositoryMockRecorder) UpdateMultiWithTx ¶
func (mr *MockSubCollectionRepositoryMockRecorder) UpdateMultiWithTx(ctx, tx, subjects any) *gomock.Call
UpdateMultiWithTx indicates an expected call of UpdateMultiWithTx.
func (*MockSubCollectionRepositoryMockRecorder) UpdateWithTx ¶
func (mr *MockSubCollectionRepositoryMockRecorder) UpdateWithTx(ctx, tx, subject any) *gomock.Call
UpdateWithTx indicates an expected call of UpdateWithTx.