Documentation ¶
Index ¶
- type AuthRepo
- func (_m *AuthRepo) EXPECT() *AuthRepo_Expecter
- func (_m *AuthRepo) GetByEmail(ctx context.Context, email string) (domain.Auth, []byte, error)
- func (_m *AuthRepo) GetByToken(ctx context.Context, token string) (domain.Auth, error)
- func (_m *AuthRepo) GetPermission(ctx context.Context, groupID uint8) (domain.Permission, error)
- type AuthRepo_Expecter
- func (_e *AuthRepo_Expecter) GetByEmail(ctx interface{}, email interface{}) *AuthRepo_GetByEmail_Call
- func (_e *AuthRepo_Expecter) GetByToken(ctx interface{}, token interface{}) *AuthRepo_GetByToken_Call
- func (_e *AuthRepo_Expecter) GetPermission(ctx interface{}, groupID interface{}) *AuthRepo_GetPermission_Call
- type AuthRepo_GetByEmail_Call
- type AuthRepo_GetByToken_Call
- type AuthRepo_GetPermission_Call
- type AuthService
- func (_m *AuthService) ComparePassword(hashed []byte, password string) (bool, error)
- func (_m *AuthService) EXPECT() *AuthService_Expecter
- func (_m *AuthService) GetByID(ctx context.Context, userID uint32) (domain.Auth, error)
- func (_m *AuthService) GetByIDWithCache(ctx context.Context, userID uint32) (domain.Auth, error)
- func (_m *AuthService) GetByToken(ctx context.Context, token string) (domain.Auth, error)
- func (_m *AuthService) GetByTokenWithCache(ctx context.Context, token string) (domain.Auth, error)
- func (_m *AuthService) GetPermission(ctx context.Context, id uint8) (domain.Permission, error)
- func (_m *AuthService) Login(ctx context.Context, email string, password string) (domain.Auth, bool, error)
- type AuthService_ComparePassword_Call
- type AuthService_Expecter
- func (_e *AuthService_Expecter) ComparePassword(hashed interface{}, password interface{}) *AuthService_ComparePassword_Call
- func (_e *AuthService_Expecter) GetByID(ctx interface{}, userID interface{}) *AuthService_GetByID_Call
- func (_e *AuthService_Expecter) GetByIDWithCache(ctx interface{}, userID interface{}) *AuthService_GetByIDWithCache_Call
- func (_e *AuthService_Expecter) GetByToken(ctx interface{}, token interface{}) *AuthService_GetByToken_Call
- func (_e *AuthService_Expecter) GetByTokenWithCache(ctx interface{}, token interface{}) *AuthService_GetByTokenWithCache_Call
- func (_e *AuthService_Expecter) GetPermission(ctx interface{}, id interface{}) *AuthService_GetPermission_Call
- func (_e *AuthService_Expecter) Login(ctx interface{}, email interface{}, password interface{}) *AuthService_Login_Call
- type AuthService_GetByIDWithCache_Call
- type AuthService_GetByID_Call
- type AuthService_GetByTokenWithCache_Call
- type AuthService_GetByToken_Call
- type AuthService_GetPermission_Call
- type AuthService_Login_Call
- type CaptchaManager
- type CaptchaManager_Expecter
- type CaptchaManager_Verify_Call
- type CharacterRepo
- func (_m *CharacterRepo) EXPECT() *CharacterRepo_Expecter
- func (_m *CharacterRepo) Get(ctx context.Context, id uint32) (model.Character, error)
- func (_m *CharacterRepo) GetByIDs(ctx context.Context, ids ...uint32) (map[uint32]model.Character, error)
- func (_m *CharacterRepo) GetPersonRelated(ctx context.Context, personID uint32) ([]domain.PersonCharacterRelation, error)
- func (_m *CharacterRepo) GetSubjectRelated(ctx context.Context, subjectID uint32) ([]domain.SubjectCharacterRelation, error)
- type CharacterRepo_Expecter
- func (_e *CharacterRepo_Expecter) Get(ctx interface{}, id interface{}) *CharacterRepo_Get_Call
- func (_e *CharacterRepo_Expecter) GetByIDs(ctx interface{}, ids ...interface{}) *CharacterRepo_GetByIDs_Call
- func (_e *CharacterRepo_Expecter) GetPersonRelated(ctx interface{}, personID interface{}) *CharacterRepo_GetPersonRelated_Call
- func (_e *CharacterRepo_Expecter) GetSubjectRelated(ctx interface{}, subjectID interface{}) *CharacterRepo_GetSubjectRelated_Call
- type CharacterRepo_GetByIDs_Call
- type CharacterRepo_GetPersonRelated_Call
- type CharacterRepo_GetSubjectRelated_Call
- type CharacterRepo_Get_Call
- type CharacterService
- func (_m *CharacterService) EXPECT() *CharacterService_Expecter
- func (_m *CharacterService) Get(ctx context.Context, id uint32) (model.Character, error)
- func (_m *CharacterService) GetPersonRelated(ctx context.Context, personID uint32) ([]model.PersonCharacterRelation, error)
- func (_m *CharacterService) GetSubjectRelated(ctx context.Context, subjectID uint32) ([]model.SubjectCharacterRelation, error)
- type CharacterService_Expecter
- func (_e *CharacterService_Expecter) Get(ctx interface{}, id interface{}) *CharacterService_Get_Call
- func (_e *CharacterService_Expecter) GetPersonRelated(ctx interface{}, personID interface{}) *CharacterService_GetPersonRelated_Call
- func (_e *CharacterService_Expecter) GetSubjectRelated(ctx interface{}, subjectID interface{}) *CharacterService_GetSubjectRelated_Call
- type CharacterService_GetPersonRelated_Call
- type CharacterService_GetSubjectRelated_Call
- type CharacterService_Get_Call
- type EpisodeRepo
- func (_m *EpisodeRepo) Count(ctx context.Context, subjectID uint32) (int64, error)
- func (_m *EpisodeRepo) CountByType(ctx context.Context, subjectID uint32, epType int16) (int64, error)
- func (_m *EpisodeRepo) EXPECT() *EpisodeRepo_Expecter
- func (_m *EpisodeRepo) Get(ctx context.Context, episodeID uint32) (model.Episode, error)
- func (_m *EpisodeRepo) List(ctx context.Context, subjectID uint32, limit int, offset int) ([]model.Episode, error)
- func (_m *EpisodeRepo) ListByType(ctx context.Context, subjectID uint32, epType int16, limit int, offset int) ([]model.Episode, error)
- type EpisodeRepo_CountByType_Call
- type EpisodeRepo_Count_Call
- type EpisodeRepo_Expecter
- func (_e *EpisodeRepo_Expecter) Count(ctx interface{}, subjectID interface{}) *EpisodeRepo_Count_Call
- func (_e *EpisodeRepo_Expecter) CountByType(ctx interface{}, subjectID interface{}, epType interface{}) *EpisodeRepo_CountByType_Call
- func (_e *EpisodeRepo_Expecter) Get(ctx interface{}, episodeID interface{}) *EpisodeRepo_Get_Call
- func (_e *EpisodeRepo_Expecter) List(ctx interface{}, subjectID interface{}, limit interface{}, offset interface{}) *EpisodeRepo_List_Call
- func (_e *EpisodeRepo_Expecter) ListByType(ctx interface{}, subjectID interface{}, epType interface{}, limit interface{}, ...) *EpisodeRepo_ListByType_Call
- type EpisodeRepo_Get_Call
- type EpisodeRepo_ListByType_Call
- type EpisodeRepo_List_Call
- type Generic
- func (_m *Generic) Del(ctx context.Context, keys ...string) error
- func (_m *Generic) EXPECT() *Generic_Expecter
- func (_m *Generic) Get(ctx context.Context, key string, value interface{}) (bool, error)
- func (_m *Generic) Set(ctx context.Context, key string, value interface{}, ttl time.Duration) error
- type Generic_Del_Call
- type Generic_Expecter
- func (_e *Generic_Expecter) Del(ctx interface{}, keys ...interface{}) *Generic_Del_Call
- func (_e *Generic_Expecter) Get(ctx interface{}, key interface{}, value interface{}) *Generic_Get_Call
- func (_e *Generic_Expecter) Set(ctx interface{}, key interface{}, value interface{}, ttl interface{}) *Generic_Set_Call
- type Generic_Get_Call
- type Generic_Set_Call
- type IndexRepo
- func (_m *IndexRepo) CountSubjects(ctx context.Context, id uint32, subjectType uint8) (int64, error)
- func (_m *IndexRepo) EXPECT() *IndexRepo_Expecter
- func (_m *IndexRepo) Get(ctx context.Context, id uint32) (model.Index, error)
- func (_m *IndexRepo) ListSubjects(ctx context.Context, id uint32, subjectType uint8, limit int, offset int) ([]domain.IndexSubject, error)
- type IndexRepo_CountSubjects_Call
- type IndexRepo_Expecter
- func (_e *IndexRepo_Expecter) CountSubjects(ctx interface{}, id interface{}, subjectType interface{}) *IndexRepo_CountSubjects_Call
- func (_e *IndexRepo_Expecter) Get(ctx interface{}, id interface{}) *IndexRepo_Get_Call
- func (_e *IndexRepo_Expecter) ListSubjects(ctx interface{}, id interface{}, subjectType interface{}, limit interface{}, ...) *IndexRepo_ListSubjects_Call
- type IndexRepo_Get_Call
- type IndexRepo_ListSubjects_Call
- type PersonRepo
- func (_m *PersonRepo) EXPECT() *PersonRepo_Expecter
- func (_m *PersonRepo) Get(ctx context.Context, id uint32) (model.Person, error)
- func (_m *PersonRepo) GetByIDs(ctx context.Context, ids ...uint32) (map[uint32]model.Person, error)
- func (_m *PersonRepo) GetCharacterRelated(ctx context.Context, subjectID uint32) ([]domain.PersonCharacterRelation, error)
- func (_m *PersonRepo) GetSubjectRelated(ctx context.Context, subjectID uint32) ([]domain.SubjectPersonRelation, error)
- type PersonRepo_Expecter
- func (_e *PersonRepo_Expecter) Get(ctx interface{}, id interface{}) *PersonRepo_Get_Call
- func (_e *PersonRepo_Expecter) GetByIDs(ctx interface{}, ids ...interface{}) *PersonRepo_GetByIDs_Call
- func (_e *PersonRepo_Expecter) GetCharacterRelated(ctx interface{}, subjectID interface{}) *PersonRepo_GetCharacterRelated_Call
- func (_e *PersonRepo_Expecter) GetSubjectRelated(ctx interface{}, subjectID interface{}) *PersonRepo_GetSubjectRelated_Call
- type PersonRepo_GetByIDs_Call
- type PersonRepo_GetCharacterRelated_Call
- type PersonRepo_GetSubjectRelated_Call
- type PersonRepo_Get_Call
- type PersonService
- func (_m *PersonService) EXPECT() *PersonService_Expecter
- func (_m *PersonService) Get(ctx context.Context, id uint32) (model.Person, error)
- func (_m *PersonService) GetCharacterRelated(ctx context.Context, characterID uint32) ([]model.PersonCharacterRelation, error)
- func (_m *PersonService) GetSubjectRelated(ctx context.Context, subjectID uint32) ([]model.SubjectPersonRelation, error)
- type PersonService_Expecter
- func (_e *PersonService_Expecter) Get(ctx interface{}, id interface{}) *PersonService_Get_Call
- func (_e *PersonService_Expecter) GetCharacterRelated(ctx interface{}, characterID interface{}) *PersonService_GetCharacterRelated_Call
- func (_e *PersonService_Expecter) GetSubjectRelated(ctx interface{}, subjectID interface{}) *PersonService_GetSubjectRelated_Call
- type PersonService_GetCharacterRelated_Call
- type PersonService_GetSubjectRelated_Call
- type PersonService_Get_Call
- type RateLimiter
- type RateLimiter_Allowed_Call
- type RateLimiter_Expecter
- type RateLimiter_Reset_Call
- type RevisionRepo
- func (_m *RevisionRepo) CountCharacterRelated(ctx context.Context, characterID uint32) (int64, error)
- func (_m *RevisionRepo) CountPersonRelated(ctx context.Context, personID uint32) (int64, error)
- func (_m *RevisionRepo) CountSubjectRelated(ctx context.Context, id uint32) (int64, error)
- func (_m *RevisionRepo) EXPECT() *RevisionRepo_Expecter
- func (_m *RevisionRepo) GetCharacterRelated(ctx context.Context, id uint32) (model.CharacterRevision, error)
- func (_m *RevisionRepo) GetPersonRelated(ctx context.Context, id uint32) (model.Revision, error)
- func (_m *RevisionRepo) GetSubjectRelated(ctx context.Context, id uint32) (model.Revision, error)
- func (_m *RevisionRepo) ListCharacterRelated(ctx context.Context, characterID uint32, limit int, offset int) ([]model.CharacterRevision, error)
- func (_m *RevisionRepo) ListPersonRelated(ctx context.Context, personID uint32, limit int, offset int) ([]model.Revision, error)
- func (_m *RevisionRepo) ListSubjectRelated(ctx context.Context, id uint32, limit int, offset int) ([]model.Revision, error)
- type RevisionRepo_CountCharacterRelated_Call
- type RevisionRepo_CountPersonRelated_Call
- type RevisionRepo_CountSubjectRelated_Call
- type RevisionRepo_Expecter
- func (_e *RevisionRepo_Expecter) CountCharacterRelated(ctx interface{}, characterID interface{}) *RevisionRepo_CountCharacterRelated_Call
- func (_e *RevisionRepo_Expecter) CountPersonRelated(ctx interface{}, personID interface{}) *RevisionRepo_CountPersonRelated_Call
- func (_e *RevisionRepo_Expecter) CountSubjectRelated(ctx interface{}, id interface{}) *RevisionRepo_CountSubjectRelated_Call
- func (_e *RevisionRepo_Expecter) GetCharacterRelated(ctx interface{}, id interface{}) *RevisionRepo_GetCharacterRelated_Call
- func (_e *RevisionRepo_Expecter) GetPersonRelated(ctx interface{}, id interface{}) *RevisionRepo_GetPersonRelated_Call
- func (_e *RevisionRepo_Expecter) GetSubjectRelated(ctx interface{}, id interface{}) *RevisionRepo_GetSubjectRelated_Call
- func (_e *RevisionRepo_Expecter) ListCharacterRelated(ctx interface{}, characterID interface{}, limit interface{}, ...) *RevisionRepo_ListCharacterRelated_Call
- func (_e *RevisionRepo_Expecter) ListPersonRelated(ctx interface{}, personID interface{}, limit interface{}, offset interface{}) *RevisionRepo_ListPersonRelated_Call
- func (_e *RevisionRepo_Expecter) ListSubjectRelated(ctx interface{}, id interface{}, limit interface{}, offset interface{}) *RevisionRepo_ListSubjectRelated_Call
- type RevisionRepo_GetCharacterRelated_Call
- type RevisionRepo_GetPersonRelated_Call
- type RevisionRepo_GetSubjectRelated_Call
- type RevisionRepo_ListCharacterRelated_Call
- func (_c *RevisionRepo_ListCharacterRelated_Call) Return(_a0 []model.CharacterRevision, _a1 error) *RevisionRepo_ListCharacterRelated_Call
- func (_c *RevisionRepo_ListCharacterRelated_Call) Run(run func(ctx context.Context, characterID uint32, limit int, offset int)) *RevisionRepo_ListCharacterRelated_Call
- type RevisionRepo_ListPersonRelated_Call
- type RevisionRepo_ListSubjectRelated_Call
- type SessionManager
- func (_m *SessionManager) Create(ctx context.Context, a domain.Auth) (string, session.Session, error)
- func (_m *SessionManager) EXPECT() *SessionManager_Expecter
- func (_m *SessionManager) Get(ctx context.Context, key string) (session.Session, error)
- func (_m *SessionManager) Revoke(ctx context.Context, key string) error
- func (_m *SessionManager) RevokeUser(ctx context.Context, id uint32) error
- type SessionManager_Create_Call
- type SessionManager_Expecter
- func (_e *SessionManager_Expecter) Create(ctx interface{}, a interface{}) *SessionManager_Create_Call
- func (_e *SessionManager_Expecter) Get(ctx interface{}, key interface{}) *SessionManager_Get_Call
- func (_e *SessionManager_Expecter) Revoke(ctx interface{}, key interface{}) *SessionManager_Revoke_Call
- func (_e *SessionManager_Expecter) RevokeUser(ctx interface{}, id interface{}) *SessionManager_RevokeUser_Call
- type SessionManager_Get_Call
- type SessionManager_RevokeUser_Call
- type SessionManager_Revoke_Call
- type SubjectRepo
- func (_m *SubjectRepo) EXPECT() *SubjectRepo_Expecter
- func (_m *SubjectRepo) Get(ctx context.Context, id uint32) (model.Subject, error)
- func (_m *SubjectRepo) GetActors(ctx context.Context, subjectID uint32, characterIDs ...uint32) (map[uint32][]model.Person, error)
- func (_m *SubjectRepo) GetByIDs(ctx context.Context, ids ...uint32) (map[uint32]model.Subject, error)
- func (_m *SubjectRepo) GetCharacterRelated(ctx context.Context, characterID uint32) ([]domain.SubjectCharacterRelation, error)
- func (_m *SubjectRepo) GetPersonRelated(ctx context.Context, personID uint32) ([]domain.SubjectPersonRelation, error)
- func (_m *SubjectRepo) GetSubjectRelated(ctx context.Context, subjectID uint32) ([]domain.SubjectInternalRelation, error)
- type SubjectRepo_Expecter
- func (_e *SubjectRepo_Expecter) Get(ctx interface{}, id interface{}) *SubjectRepo_Get_Call
- func (_e *SubjectRepo_Expecter) GetActors(ctx interface{}, subjectID interface{}, characterIDs ...interface{}) *SubjectRepo_GetActors_Call
- func (_e *SubjectRepo_Expecter) GetByIDs(ctx interface{}, ids ...interface{}) *SubjectRepo_GetByIDs_Call
- func (_e *SubjectRepo_Expecter) GetCharacterRelated(ctx interface{}, characterID interface{}) *SubjectRepo_GetCharacterRelated_Call
- func (_e *SubjectRepo_Expecter) GetPersonRelated(ctx interface{}, personID interface{}) *SubjectRepo_GetPersonRelated_Call
- func (_e *SubjectRepo_Expecter) GetSubjectRelated(ctx interface{}, subjectID interface{}) *SubjectRepo_GetSubjectRelated_Call
- type SubjectRepo_GetActors_Call
- type SubjectRepo_GetByIDs_Call
- type SubjectRepo_GetCharacterRelated_Call
- type SubjectRepo_GetPersonRelated_Call
- type SubjectRepo_GetSubjectRelated_Call
- type SubjectRepo_Get_Call
- type SubjectService
- func (_m *SubjectService) EXPECT() *SubjectService_Expecter
- func (_m *SubjectService) Get(ctx context.Context, id uint32) (model.Subject, error)
- func (_m *SubjectService) GetActors(ctx context.Context, subjectID uint32, characterIDs ...uint32) (map[uint32][]model.Person, error)
- func (_m *SubjectService) GetCharacterRelated(ctx context.Context, characterID uint32) ([]model.SubjectCharacterRelation, error)
- func (_m *SubjectService) GetPersonRelated(ctx context.Context, personID uint32) ([]model.SubjectPersonRelation, error)
- func (_m *SubjectService) GetSubjectRelated(ctx context.Context, subjectID uint32) ([]model.SubjectInternalRelation, error)
- type SubjectService_Expecter
- func (_e *SubjectService_Expecter) Get(ctx interface{}, id interface{}) *SubjectService_Get_Call
- func (_e *SubjectService_Expecter) GetActors(ctx interface{}, subjectID interface{}, characterIDs ...interface{}) *SubjectService_GetActors_Call
- func (_e *SubjectService_Expecter) GetCharacterRelated(ctx interface{}, characterID interface{}) *SubjectService_GetCharacterRelated_Call
- func (_e *SubjectService_Expecter) GetPersonRelated(ctx interface{}, personID interface{}) *SubjectService_GetPersonRelated_Call
- func (_e *SubjectService_Expecter) GetSubjectRelated(ctx interface{}, subjectID interface{}) *SubjectService_GetSubjectRelated_Call
- type SubjectService_GetActors_Call
- type SubjectService_GetCharacterRelated_Call
- type SubjectService_GetPersonRelated_Call
- type SubjectService_GetSubjectRelated_Call
- type SubjectService_Get_Call
- type UserRepo
- func (_m *UserRepo) CountCollections(ctx context.Context, userID uint32, subjectType uint8, collectionType uint8, ...) (int64, error)
- func (_m *UserRepo) EXPECT() *UserRepo_Expecter
- func (_m *UserRepo) GetByID(ctx context.Context, userID uint32) (model.User, error)
- func (_m *UserRepo) GetByIDs(ctx context.Context, ids ...uint32) (map[uint32]model.User, error)
- func (_m *UserRepo) GetByName(ctx context.Context, username string) (model.User, error)
- func (_m *UserRepo) GetCollection(ctx context.Context, userID uint32, subjectID uint32) (model.Collection, error)
- func (_m *UserRepo) ListCollections(ctx context.Context, userID uint32, subjectType uint8, collectionType uint8, ...) ([]model.Collection, error)
- type UserRepo_CountCollections_Call
- type UserRepo_Expecter
- func (_e *UserRepo_Expecter) CountCollections(ctx interface{}, userID interface{}, subjectType interface{}, ...) *UserRepo_CountCollections_Call
- func (_e *UserRepo_Expecter) GetByID(ctx interface{}, userID interface{}) *UserRepo_GetByID_Call
- func (_e *UserRepo_Expecter) GetByIDs(ctx interface{}, ids ...interface{}) *UserRepo_GetByIDs_Call
- func (_e *UserRepo_Expecter) GetByName(ctx interface{}, username interface{}) *UserRepo_GetByName_Call
- func (_e *UserRepo_Expecter) GetCollection(ctx interface{}, userID interface{}, subjectID interface{}) *UserRepo_GetCollection_Call
- func (_e *UserRepo_Expecter) ListCollections(ctx interface{}, userID interface{}, subjectType interface{}, ...) *UserRepo_ListCollections_Call
- type UserRepo_GetByID_Call
- type UserRepo_GetByIDs_Call
- type UserRepo_GetByName_Call
- type UserRepo_GetCollection_Call
- type UserRepo_ListCollections_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthRepo ¶
AuthRepo is an autogenerated mock type for the AuthRepo type
func NewAuthRepo ¶
NewAuthRepo creates a new instance of AuthRepo. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*AuthRepo) EXPECT ¶
func (_m *AuthRepo) EXPECT() *AuthRepo_Expecter
func (*AuthRepo) GetByEmail ¶
GetByEmail provides a mock function with given fields: ctx, email
func (*AuthRepo) GetByToken ¶
GetByToken provides a mock function with given fields: ctx, token
func (*AuthRepo) GetPermission ¶
GetPermission provides a mock function with given fields: ctx, groupID
type AuthRepo_Expecter ¶
type AuthRepo_Expecter struct {
// contains filtered or unexported fields
}
func (*AuthRepo_Expecter) GetByEmail ¶
func (_e *AuthRepo_Expecter) GetByEmail(ctx interface{}, email interface{}) *AuthRepo_GetByEmail_Call
GetByEmail is a helper method to define mock.On call
- ctx context.Context
- email string
func (*AuthRepo_Expecter) GetByToken ¶
func (_e *AuthRepo_Expecter) GetByToken(ctx interface{}, token interface{}) *AuthRepo_GetByToken_Call
GetByToken is a helper method to define mock.On call
- ctx context.Context
- token string
func (*AuthRepo_Expecter) GetPermission ¶
func (_e *AuthRepo_Expecter) GetPermission(ctx interface{}, groupID interface{}) *AuthRepo_GetPermission_Call
GetPermission is a helper method to define mock.On call
- ctx context.Context
- groupID uint8
type AuthRepo_GetByEmail_Call ¶
AuthRepo_GetByEmail_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByEmail'
func (*AuthRepo_GetByEmail_Call) Return ¶
func (_c *AuthRepo_GetByEmail_Call) Return(_a0 domain.Auth, _a1 []byte, _a2 error) *AuthRepo_GetByEmail_Call
func (*AuthRepo_GetByEmail_Call) Run ¶
func (_c *AuthRepo_GetByEmail_Call) Run(run func(ctx context.Context, email string)) *AuthRepo_GetByEmail_Call
type AuthRepo_GetByToken_Call ¶
AuthRepo_GetByToken_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByToken'
func (*AuthRepo_GetByToken_Call) Return ¶
func (_c *AuthRepo_GetByToken_Call) Return(_a0 domain.Auth, _a1 error) *AuthRepo_GetByToken_Call
func (*AuthRepo_GetByToken_Call) Run ¶
func (_c *AuthRepo_GetByToken_Call) Run(run func(ctx context.Context, token string)) *AuthRepo_GetByToken_Call
type AuthRepo_GetPermission_Call ¶
AuthRepo_GetPermission_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPermission'
func (*AuthRepo_GetPermission_Call) Return ¶
func (_c *AuthRepo_GetPermission_Call) Return(_a0 domain.Permission, _a1 error) *AuthRepo_GetPermission_Call
func (*AuthRepo_GetPermission_Call) Run ¶
func (_c *AuthRepo_GetPermission_Call) Run(run func(ctx context.Context, groupID uint8)) *AuthRepo_GetPermission_Call
type AuthService ¶
AuthService is an autogenerated mock type for the AuthService type
func NewAuthService ¶
func NewAuthService(t testing.TB) *AuthService
NewAuthService creates a new instance of AuthService. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*AuthService) ComparePassword ¶
func (_m *AuthService) ComparePassword(hashed []byte, password string) (bool, error)
ComparePassword provides a mock function with given fields: hashed, password
func (*AuthService) EXPECT ¶
func (_m *AuthService) EXPECT() *AuthService_Expecter
func (*AuthService) GetByIDWithCache ¶
GetByIDWithCache provides a mock function with given fields: ctx, userID
func (*AuthService) GetByToken ¶
GetByToken provides a mock function with given fields: ctx, token
func (*AuthService) GetByTokenWithCache ¶
GetByTokenWithCache provides a mock function with given fields: ctx, token
func (*AuthService) GetPermission ¶
func (_m *AuthService) GetPermission(ctx context.Context, id uint8) (domain.Permission, error)
GetPermission provides a mock function with given fields: ctx, id
type AuthService_ComparePassword_Call ¶
AuthService_ComparePassword_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ComparePassword'
func (*AuthService_ComparePassword_Call) Return ¶
func (_c *AuthService_ComparePassword_Call) Return(_a0 bool, _a1 error) *AuthService_ComparePassword_Call
func (*AuthService_ComparePassword_Call) Run ¶
func (_c *AuthService_ComparePassword_Call) Run(run func(hashed []byte, password string)) *AuthService_ComparePassword_Call
type AuthService_Expecter ¶
type AuthService_Expecter struct {
// contains filtered or unexported fields
}
func (*AuthService_Expecter) ComparePassword ¶
func (_e *AuthService_Expecter) ComparePassword(hashed interface{}, password interface{}) *AuthService_ComparePassword_Call
ComparePassword is a helper method to define mock.On call
- hashed []byte
- password string
func (*AuthService_Expecter) GetByID ¶
func (_e *AuthService_Expecter) GetByID(ctx interface{}, userID interface{}) *AuthService_GetByID_Call
GetByID is a helper method to define mock.On call
- ctx context.Context
- userID uint32
func (*AuthService_Expecter) GetByIDWithCache ¶
func (_e *AuthService_Expecter) GetByIDWithCache(ctx interface{}, userID interface{}) *AuthService_GetByIDWithCache_Call
GetByIDWithCache is a helper method to define mock.On call
- ctx context.Context
- userID uint32
func (*AuthService_Expecter) GetByToken ¶
func (_e *AuthService_Expecter) GetByToken(ctx interface{}, token interface{}) *AuthService_GetByToken_Call
GetByToken is a helper method to define mock.On call
- ctx context.Context
- token string
func (*AuthService_Expecter) GetByTokenWithCache ¶
func (_e *AuthService_Expecter) GetByTokenWithCache(ctx interface{}, token interface{}) *AuthService_GetByTokenWithCache_Call
GetByTokenWithCache is a helper method to define mock.On call
- ctx context.Context
- token string
func (*AuthService_Expecter) GetPermission ¶
func (_e *AuthService_Expecter) GetPermission(ctx interface{}, id interface{}) *AuthService_GetPermission_Call
GetPermission is a helper method to define mock.On call
- ctx context.Context
- id uint8
func (*AuthService_Expecter) Login ¶
func (_e *AuthService_Expecter) Login(ctx interface{}, email interface{}, password interface{}) *AuthService_Login_Call
Login is a helper method to define mock.On call
- ctx context.Context
- email string
- password string
type AuthService_GetByIDWithCache_Call ¶
AuthService_GetByIDWithCache_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByIDWithCache'
func (*AuthService_GetByIDWithCache_Call) Return ¶
func (_c *AuthService_GetByIDWithCache_Call) Return(_a0 domain.Auth, _a1 error) *AuthService_GetByIDWithCache_Call
func (*AuthService_GetByIDWithCache_Call) Run ¶
func (_c *AuthService_GetByIDWithCache_Call) Run(run func(ctx context.Context, userID uint32)) *AuthService_GetByIDWithCache_Call
type AuthService_GetByID_Call ¶
AuthService_GetByID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByID'
func (*AuthService_GetByID_Call) Return ¶
func (_c *AuthService_GetByID_Call) Return(_a0 domain.Auth, _a1 error) *AuthService_GetByID_Call
func (*AuthService_GetByID_Call) Run ¶
func (_c *AuthService_GetByID_Call) Run(run func(ctx context.Context, userID uint32)) *AuthService_GetByID_Call
type AuthService_GetByTokenWithCache_Call ¶
AuthService_GetByTokenWithCache_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByTokenWithCache'
func (*AuthService_GetByTokenWithCache_Call) Return ¶
func (_c *AuthService_GetByTokenWithCache_Call) Return(_a0 domain.Auth, _a1 error) *AuthService_GetByTokenWithCache_Call
func (*AuthService_GetByTokenWithCache_Call) Run ¶
func (_c *AuthService_GetByTokenWithCache_Call) Run(run func(ctx context.Context, token string)) *AuthService_GetByTokenWithCache_Call
type AuthService_GetByToken_Call ¶
AuthService_GetByToken_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByToken'
func (*AuthService_GetByToken_Call) Return ¶
func (_c *AuthService_GetByToken_Call) Return(_a0 domain.Auth, _a1 error) *AuthService_GetByToken_Call
func (*AuthService_GetByToken_Call) Run ¶
func (_c *AuthService_GetByToken_Call) Run(run func(ctx context.Context, token string)) *AuthService_GetByToken_Call
type AuthService_GetPermission_Call ¶
AuthService_GetPermission_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPermission'
func (*AuthService_GetPermission_Call) Return ¶
func (_c *AuthService_GetPermission_Call) Return(_a0 domain.Permission, _a1 error) *AuthService_GetPermission_Call
func (*AuthService_GetPermission_Call) Run ¶
func (_c *AuthService_GetPermission_Call) Run(run func(ctx context.Context, id uint8)) *AuthService_GetPermission_Call
type AuthService_Login_Call ¶
AuthService_Login_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Login'
func (*AuthService_Login_Call) Return ¶
func (_c *AuthService_Login_Call) Return(_a0 domain.Auth, _a1 bool, _a2 error) *AuthService_Login_Call
func (*AuthService_Login_Call) Run ¶
func (_c *AuthService_Login_Call) Run(run func(ctx context.Context, email string, password string)) *AuthService_Login_Call
type CaptchaManager ¶
CaptchaManager is an autogenerated mock type for the Manager type
func NewCaptchaManager ¶
func NewCaptchaManager(t testing.TB) *CaptchaManager
NewCaptchaManager creates a new instance of CaptchaManager. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*CaptchaManager) EXPECT ¶
func (_m *CaptchaManager) EXPECT() *CaptchaManager_Expecter
type CaptchaManager_Expecter ¶
type CaptchaManager_Expecter struct {
// contains filtered or unexported fields
}
func (*CaptchaManager_Expecter) Verify ¶
func (_e *CaptchaManager_Expecter) Verify(ctx interface{}, response interface{}) *CaptchaManager_Verify_Call
Verify is a helper method to define mock.On call
- ctx context.Context
- response string
type CaptchaManager_Verify_Call ¶
CaptchaManager_Verify_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Verify'
func (*CaptchaManager_Verify_Call) Return ¶
func (_c *CaptchaManager_Verify_Call) Return(_a0 bool, _a1 error) *CaptchaManager_Verify_Call
func (*CaptchaManager_Verify_Call) Run ¶
func (_c *CaptchaManager_Verify_Call) Run(run func(ctx context.Context, response string)) *CaptchaManager_Verify_Call
type CharacterRepo ¶
CharacterRepo is an autogenerated mock type for the CharacterRepo type
func NewCharacterRepo ¶
func NewCharacterRepo(t testing.TB) *CharacterRepo
NewCharacterRepo creates a new instance of CharacterRepo. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*CharacterRepo) EXPECT ¶
func (_m *CharacterRepo) EXPECT() *CharacterRepo_Expecter
func (*CharacterRepo) GetByIDs ¶
func (_m *CharacterRepo) GetByIDs(ctx context.Context, ids ...uint32) (map[uint32]model.Character, error)
GetByIDs provides a mock function with given fields: ctx, ids
func (*CharacterRepo) GetPersonRelated ¶
func (_m *CharacterRepo) GetPersonRelated(ctx context.Context, personID uint32) ([]domain.PersonCharacterRelation, error)
GetPersonRelated provides a mock function with given fields: ctx, personID
func (*CharacterRepo) GetSubjectRelated ¶
func (_m *CharacterRepo) GetSubjectRelated(ctx context.Context, subjectID uint32) ([]domain.SubjectCharacterRelation, error)
GetSubjectRelated provides a mock function with given fields: ctx, subjectID
type CharacterRepo_Expecter ¶
type CharacterRepo_Expecter struct {
// contains filtered or unexported fields
}
func (*CharacterRepo_Expecter) Get ¶
func (_e *CharacterRepo_Expecter) Get(ctx interface{}, id interface{}) *CharacterRepo_Get_Call
Get is a helper method to define mock.On call
- ctx context.Context
- id uint32
func (*CharacterRepo_Expecter) GetByIDs ¶
func (_e *CharacterRepo_Expecter) GetByIDs(ctx interface{}, ids ...interface{}) *CharacterRepo_GetByIDs_Call
GetByIDs is a helper method to define mock.On call
- ctx context.Context
- ids ...uint32
func (*CharacterRepo_Expecter) GetPersonRelated ¶
func (_e *CharacterRepo_Expecter) GetPersonRelated(ctx interface{}, personID interface{}) *CharacterRepo_GetPersonRelated_Call
GetPersonRelated is a helper method to define mock.On call
- ctx context.Context
- personID uint32
func (*CharacterRepo_Expecter) GetSubjectRelated ¶
func (_e *CharacterRepo_Expecter) GetSubjectRelated(ctx interface{}, subjectID interface{}) *CharacterRepo_GetSubjectRelated_Call
GetSubjectRelated is a helper method to define mock.On call
- ctx context.Context
- subjectID uint32
type CharacterRepo_GetByIDs_Call ¶
CharacterRepo_GetByIDs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByIDs'
func (*CharacterRepo_GetByIDs_Call) Return ¶
func (_c *CharacterRepo_GetByIDs_Call) Return(_a0 map[uint32]model.Character, _a1 error) *CharacterRepo_GetByIDs_Call
func (*CharacterRepo_GetByIDs_Call) Run ¶
func (_c *CharacterRepo_GetByIDs_Call) Run(run func(ctx context.Context, ids ...uint32)) *CharacterRepo_GetByIDs_Call
type CharacterRepo_GetPersonRelated_Call ¶
CharacterRepo_GetPersonRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPersonRelated'
func (*CharacterRepo_GetPersonRelated_Call) Return ¶
func (_c *CharacterRepo_GetPersonRelated_Call) Return(_a0 []domain.PersonCharacterRelation, _a1 error) *CharacterRepo_GetPersonRelated_Call
func (*CharacterRepo_GetPersonRelated_Call) Run ¶
func (_c *CharacterRepo_GetPersonRelated_Call) Run(run func(ctx context.Context, personID uint32)) *CharacterRepo_GetPersonRelated_Call
type CharacterRepo_GetSubjectRelated_Call ¶
CharacterRepo_GetSubjectRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSubjectRelated'
func (*CharacterRepo_GetSubjectRelated_Call) Return ¶
func (_c *CharacterRepo_GetSubjectRelated_Call) Return(_a0 []domain.SubjectCharacterRelation, _a1 error) *CharacterRepo_GetSubjectRelated_Call
func (*CharacterRepo_GetSubjectRelated_Call) Run ¶
func (_c *CharacterRepo_GetSubjectRelated_Call) Run(run func(ctx context.Context, subjectID uint32)) *CharacterRepo_GetSubjectRelated_Call
type CharacterRepo_Get_Call ¶
CharacterRepo_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*CharacterRepo_Get_Call) Return ¶
func (_c *CharacterRepo_Get_Call) Return(_a0 model.Character, _a1 error) *CharacterRepo_Get_Call
func (*CharacterRepo_Get_Call) Run ¶
func (_c *CharacterRepo_Get_Call) Run(run func(ctx context.Context, id uint32)) *CharacterRepo_Get_Call
type CharacterService ¶
CharacterService is an autogenerated mock type for the CharacterService type
func NewCharacterService ¶
func NewCharacterService(t testing.TB) *CharacterService
NewCharacterService creates a new instance of CharacterService. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*CharacterService) EXPECT ¶
func (_m *CharacterService) EXPECT() *CharacterService_Expecter
func (*CharacterService) GetPersonRelated ¶
func (_m *CharacterService) GetPersonRelated(ctx context.Context, personID uint32) ([]model.PersonCharacterRelation, error)
GetPersonRelated provides a mock function with given fields: ctx, personID
func (*CharacterService) GetSubjectRelated ¶
func (_m *CharacterService) GetSubjectRelated(ctx context.Context, subjectID uint32) ([]model.SubjectCharacterRelation, error)
GetSubjectRelated provides a mock function with given fields: ctx, subjectID
type CharacterService_Expecter ¶
type CharacterService_Expecter struct {
// contains filtered or unexported fields
}
func (*CharacterService_Expecter) Get ¶
func (_e *CharacterService_Expecter) Get(ctx interface{}, id interface{}) *CharacterService_Get_Call
Get is a helper method to define mock.On call
- ctx context.Context
- id uint32
func (*CharacterService_Expecter) GetPersonRelated ¶
func (_e *CharacterService_Expecter) GetPersonRelated(ctx interface{}, personID interface{}) *CharacterService_GetPersonRelated_Call
GetPersonRelated is a helper method to define mock.On call
- ctx context.Context
- personID uint32
func (*CharacterService_Expecter) GetSubjectRelated ¶
func (_e *CharacterService_Expecter) GetSubjectRelated(ctx interface{}, subjectID interface{}) *CharacterService_GetSubjectRelated_Call
GetSubjectRelated is a helper method to define mock.On call
- ctx context.Context
- subjectID uint32
type CharacterService_GetPersonRelated_Call ¶
CharacterService_GetPersonRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPersonRelated'
func (*CharacterService_GetPersonRelated_Call) Return ¶
func (_c *CharacterService_GetPersonRelated_Call) Return(_a0 []model.PersonCharacterRelation, _a1 error) *CharacterService_GetPersonRelated_Call
func (*CharacterService_GetPersonRelated_Call) Run ¶
func (_c *CharacterService_GetPersonRelated_Call) Run(run func(ctx context.Context, personID uint32)) *CharacterService_GetPersonRelated_Call
type CharacterService_GetSubjectRelated_Call ¶
CharacterService_GetSubjectRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSubjectRelated'
func (*CharacterService_GetSubjectRelated_Call) Return ¶
func (_c *CharacterService_GetSubjectRelated_Call) Return(_a0 []model.SubjectCharacterRelation, _a1 error) *CharacterService_GetSubjectRelated_Call
func (*CharacterService_GetSubjectRelated_Call) Run ¶
func (_c *CharacterService_GetSubjectRelated_Call) Run(run func(ctx context.Context, subjectID uint32)) *CharacterService_GetSubjectRelated_Call
type CharacterService_Get_Call ¶
CharacterService_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*CharacterService_Get_Call) Return ¶
func (_c *CharacterService_Get_Call) Return(_a0 model.Character, _a1 error) *CharacterService_Get_Call
func (*CharacterService_Get_Call) Run ¶
func (_c *CharacterService_Get_Call) Run(run func(ctx context.Context, id uint32)) *CharacterService_Get_Call
type EpisodeRepo ¶
EpisodeRepo is an autogenerated mock type for the EpisodeRepo type
func NewEpisodeRepo ¶
func NewEpisodeRepo(t testing.TB) *EpisodeRepo
NewEpisodeRepo creates a new instance of EpisodeRepo. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*EpisodeRepo) CountByType ¶
func (_m *EpisodeRepo) CountByType(ctx context.Context, subjectID uint32, epType int16) (int64, error)
CountByType provides a mock function with given fields: ctx, subjectID, epType
func (*EpisodeRepo) EXPECT ¶
func (_m *EpisodeRepo) EXPECT() *EpisodeRepo_Expecter
type EpisodeRepo_CountByType_Call ¶
EpisodeRepo_CountByType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CountByType'
func (*EpisodeRepo_CountByType_Call) Return ¶
func (_c *EpisodeRepo_CountByType_Call) Return(_a0 int64, _a1 error) *EpisodeRepo_CountByType_Call
func (*EpisodeRepo_CountByType_Call) Run ¶
func (_c *EpisodeRepo_CountByType_Call) Run(run func(ctx context.Context, subjectID uint32, epType int16)) *EpisodeRepo_CountByType_Call
type EpisodeRepo_Count_Call ¶
EpisodeRepo_Count_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Count'
func (*EpisodeRepo_Count_Call) Return ¶
func (_c *EpisodeRepo_Count_Call) Return(_a0 int64, _a1 error) *EpisodeRepo_Count_Call
func (*EpisodeRepo_Count_Call) Run ¶
func (_c *EpisodeRepo_Count_Call) Run(run func(ctx context.Context, subjectID uint32)) *EpisodeRepo_Count_Call
type EpisodeRepo_Expecter ¶
type EpisodeRepo_Expecter struct {
// contains filtered or unexported fields
}
func (*EpisodeRepo_Expecter) Count ¶
func (_e *EpisodeRepo_Expecter) Count(ctx interface{}, subjectID interface{}) *EpisodeRepo_Count_Call
Count is a helper method to define mock.On call
- ctx context.Context
- subjectID uint32
func (*EpisodeRepo_Expecter) CountByType ¶
func (_e *EpisodeRepo_Expecter) CountByType(ctx interface{}, subjectID interface{}, epType interface{}) *EpisodeRepo_CountByType_Call
CountByType is a helper method to define mock.On call
- ctx context.Context
- subjectID uint32
- epType int16
func (*EpisodeRepo_Expecter) Get ¶
func (_e *EpisodeRepo_Expecter) Get(ctx interface{}, episodeID interface{}) *EpisodeRepo_Get_Call
Get is a helper method to define mock.On call
- ctx context.Context
- episodeID uint32
func (*EpisodeRepo_Expecter) List ¶
func (_e *EpisodeRepo_Expecter) List(ctx interface{}, subjectID interface{}, limit interface{}, offset interface{}) *EpisodeRepo_List_Call
List is a helper method to define mock.On call
- ctx context.Context
- subjectID uint32
- limit int
- offset int
func (*EpisodeRepo_Expecter) ListByType ¶
func (_e *EpisodeRepo_Expecter) ListByType(ctx interface{}, subjectID interface{}, epType interface{}, limit interface{}, offset interface{}) *EpisodeRepo_ListByType_Call
ListByType is a helper method to define mock.On call
- ctx context.Context
- subjectID uint32
- epType int16
- limit int
- offset int
type EpisodeRepo_Get_Call ¶
EpisodeRepo_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*EpisodeRepo_Get_Call) Return ¶
func (_c *EpisodeRepo_Get_Call) Return(_a0 model.Episode, _a1 error) *EpisodeRepo_Get_Call
func (*EpisodeRepo_Get_Call) Run ¶
func (_c *EpisodeRepo_Get_Call) Run(run func(ctx context.Context, episodeID uint32)) *EpisodeRepo_Get_Call
type EpisodeRepo_ListByType_Call ¶
EpisodeRepo_ListByType_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListByType'
func (*EpisodeRepo_ListByType_Call) Return ¶
func (_c *EpisodeRepo_ListByType_Call) Return(_a0 []model.Episode, _a1 error) *EpisodeRepo_ListByType_Call
func (*EpisodeRepo_ListByType_Call) Run ¶
func (_c *EpisodeRepo_ListByType_Call) Run(run func(ctx context.Context, subjectID uint32, epType int16, limit int, offset int)) *EpisodeRepo_ListByType_Call
type EpisodeRepo_List_Call ¶
EpisodeRepo_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'
func (*EpisodeRepo_List_Call) Return ¶
func (_c *EpisodeRepo_List_Call) Return(_a0 []model.Episode, _a1 error) *EpisodeRepo_List_Call
func (*EpisodeRepo_List_Call) Run ¶
func (_c *EpisodeRepo_List_Call) Run(run func(ctx context.Context, subjectID uint32, limit int, offset int)) *EpisodeRepo_List_Call
type Generic ¶
Generic is an autogenerated mock type for the Generic type
func NewGeneric ¶
NewGeneric creates a new instance of Generic. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*Generic) EXPECT ¶
func (_m *Generic) EXPECT() *Generic_Expecter
type Generic_Del_Call ¶
Generic_Del_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Del'
func (*Generic_Del_Call) Return ¶
func (_c *Generic_Del_Call) Return(_a0 error) *Generic_Del_Call
func (*Generic_Del_Call) Run ¶
func (_c *Generic_Del_Call) Run(run func(ctx context.Context, keys ...string)) *Generic_Del_Call
type Generic_Expecter ¶
type Generic_Expecter struct {
// contains filtered or unexported fields
}
func (*Generic_Expecter) Del ¶
func (_e *Generic_Expecter) Del(ctx interface{}, keys ...interface{}) *Generic_Del_Call
Del is a helper method to define mock.On call
- ctx context.Context
- keys ...string
func (*Generic_Expecter) Get ¶
func (_e *Generic_Expecter) Get(ctx interface{}, key interface{}, value interface{}) *Generic_Get_Call
Get is a helper method to define mock.On call
- ctx context.Context
- key string
- value interface{}
func (*Generic_Expecter) Set ¶
func (_e *Generic_Expecter) Set(ctx interface{}, key interface{}, value interface{}, ttl interface{}) *Generic_Set_Call
Set is a helper method to define mock.On call
- ctx context.Context
- key string
- value interface{}
- ttl time.Duration
type Generic_Get_Call ¶
Generic_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*Generic_Get_Call) Return ¶
func (_c *Generic_Get_Call) Return(_a0 bool, _a1 error) *Generic_Get_Call
func (*Generic_Get_Call) Run ¶
func (_c *Generic_Get_Call) Run(run func(ctx context.Context, key string, value interface{})) *Generic_Get_Call
type Generic_Set_Call ¶
Generic_Set_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Set'
func (*Generic_Set_Call) Return ¶
func (_c *Generic_Set_Call) Return(_a0 error) *Generic_Set_Call
func (*Generic_Set_Call) Run ¶
func (_c *Generic_Set_Call) Run(run func(ctx context.Context, key string, value interface{}, ttl time.Duration)) *Generic_Set_Call
type IndexRepo ¶
IndexRepo is an autogenerated mock type for the IndexRepo type
func NewIndexRepo ¶
NewIndexRepo creates a new instance of IndexRepo. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*IndexRepo) CountSubjects ¶
func (_m *IndexRepo) CountSubjects(ctx context.Context, id uint32, subjectType uint8) (int64, error)
CountSubjects provides a mock function with given fields: ctx, id, subjectType
func (*IndexRepo) EXPECT ¶
func (_m *IndexRepo) EXPECT() *IndexRepo_Expecter
type IndexRepo_CountSubjects_Call ¶
IndexRepo_CountSubjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CountSubjects'
func (*IndexRepo_CountSubjects_Call) Return ¶
func (_c *IndexRepo_CountSubjects_Call) Return(_a0 int64, _a1 error) *IndexRepo_CountSubjects_Call
func (*IndexRepo_CountSubjects_Call) Run ¶
func (_c *IndexRepo_CountSubjects_Call) Run(run func(ctx context.Context, id uint32, subjectType uint8)) *IndexRepo_CountSubjects_Call
type IndexRepo_Expecter ¶
type IndexRepo_Expecter struct {
// contains filtered or unexported fields
}
func (*IndexRepo_Expecter) CountSubjects ¶
func (_e *IndexRepo_Expecter) CountSubjects(ctx interface{}, id interface{}, subjectType interface{}) *IndexRepo_CountSubjects_Call
CountSubjects is a helper method to define mock.On call
- ctx context.Context
- id uint32
- subjectType uint8
func (*IndexRepo_Expecter) Get ¶
func (_e *IndexRepo_Expecter) Get(ctx interface{}, id interface{}) *IndexRepo_Get_Call
Get is a helper method to define mock.On call
- ctx context.Context
- id uint32
func (*IndexRepo_Expecter) ListSubjects ¶
func (_e *IndexRepo_Expecter) ListSubjects(ctx interface{}, id interface{}, subjectType interface{}, limit interface{}, offset interface{}) *IndexRepo_ListSubjects_Call
ListSubjects is a helper method to define mock.On call
- ctx context.Context
- id uint32
- subjectType uint8
- limit int
- offset int
type IndexRepo_Get_Call ¶
IndexRepo_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*IndexRepo_Get_Call) Return ¶
func (_c *IndexRepo_Get_Call) Return(_a0 model.Index, _a1 error) *IndexRepo_Get_Call
func (*IndexRepo_Get_Call) Run ¶
func (_c *IndexRepo_Get_Call) Run(run func(ctx context.Context, id uint32)) *IndexRepo_Get_Call
type IndexRepo_ListSubjects_Call ¶
IndexRepo_ListSubjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSubjects'
func (*IndexRepo_ListSubjects_Call) Return ¶
func (_c *IndexRepo_ListSubjects_Call) Return(_a0 []domain.IndexSubject, _a1 error) *IndexRepo_ListSubjects_Call
func (*IndexRepo_ListSubjects_Call) Run ¶
func (_c *IndexRepo_ListSubjects_Call) Run(run func(ctx context.Context, id uint32, subjectType uint8, limit int, offset int)) *IndexRepo_ListSubjects_Call
type PersonRepo ¶
PersonRepo is an autogenerated mock type for the PersonRepo type
func NewPersonRepo ¶
func NewPersonRepo(t testing.TB) *PersonRepo
NewPersonRepo creates a new instance of PersonRepo. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*PersonRepo) EXPECT ¶
func (_m *PersonRepo) EXPECT() *PersonRepo_Expecter
func (*PersonRepo) GetCharacterRelated ¶
func (_m *PersonRepo) GetCharacterRelated(ctx context.Context, subjectID uint32) ([]domain.PersonCharacterRelation, error)
GetCharacterRelated provides a mock function with given fields: ctx, subjectID
func (*PersonRepo) GetSubjectRelated ¶
func (_m *PersonRepo) GetSubjectRelated(ctx context.Context, subjectID uint32) ([]domain.SubjectPersonRelation, error)
GetSubjectRelated provides a mock function with given fields: ctx, subjectID
type PersonRepo_Expecter ¶
type PersonRepo_Expecter struct {
// contains filtered or unexported fields
}
func (*PersonRepo_Expecter) Get ¶
func (_e *PersonRepo_Expecter) Get(ctx interface{}, id interface{}) *PersonRepo_Get_Call
Get is a helper method to define mock.On call
- ctx context.Context
- id uint32
func (*PersonRepo_Expecter) GetByIDs ¶
func (_e *PersonRepo_Expecter) GetByIDs(ctx interface{}, ids ...interface{}) *PersonRepo_GetByIDs_Call
GetByIDs is a helper method to define mock.On call
- ctx context.Context
- ids ...uint32
func (*PersonRepo_Expecter) GetCharacterRelated ¶
func (_e *PersonRepo_Expecter) GetCharacterRelated(ctx interface{}, subjectID interface{}) *PersonRepo_GetCharacterRelated_Call
GetCharacterRelated is a helper method to define mock.On call
- ctx context.Context
- subjectID uint32
func (*PersonRepo_Expecter) GetSubjectRelated ¶
func (_e *PersonRepo_Expecter) GetSubjectRelated(ctx interface{}, subjectID interface{}) *PersonRepo_GetSubjectRelated_Call
GetSubjectRelated is a helper method to define mock.On call
- ctx context.Context
- subjectID uint32
type PersonRepo_GetByIDs_Call ¶
PersonRepo_GetByIDs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByIDs'
func (*PersonRepo_GetByIDs_Call) Return ¶
func (_c *PersonRepo_GetByIDs_Call) Return(_a0 map[uint32]model.Person, _a1 error) *PersonRepo_GetByIDs_Call
func (*PersonRepo_GetByIDs_Call) Run ¶
func (_c *PersonRepo_GetByIDs_Call) Run(run func(ctx context.Context, ids ...uint32)) *PersonRepo_GetByIDs_Call
type PersonRepo_GetCharacterRelated_Call ¶
PersonRepo_GetCharacterRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCharacterRelated'
func (*PersonRepo_GetCharacterRelated_Call) Return ¶
func (_c *PersonRepo_GetCharacterRelated_Call) Return(_a0 []domain.PersonCharacterRelation, _a1 error) *PersonRepo_GetCharacterRelated_Call
func (*PersonRepo_GetCharacterRelated_Call) Run ¶
func (_c *PersonRepo_GetCharacterRelated_Call) Run(run func(ctx context.Context, subjectID uint32)) *PersonRepo_GetCharacterRelated_Call
type PersonRepo_GetSubjectRelated_Call ¶
PersonRepo_GetSubjectRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSubjectRelated'
func (*PersonRepo_GetSubjectRelated_Call) Return ¶
func (_c *PersonRepo_GetSubjectRelated_Call) Return(_a0 []domain.SubjectPersonRelation, _a1 error) *PersonRepo_GetSubjectRelated_Call
func (*PersonRepo_GetSubjectRelated_Call) Run ¶
func (_c *PersonRepo_GetSubjectRelated_Call) Run(run func(ctx context.Context, subjectID uint32)) *PersonRepo_GetSubjectRelated_Call
type PersonRepo_Get_Call ¶
PersonRepo_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*PersonRepo_Get_Call) Return ¶
func (_c *PersonRepo_Get_Call) Return(_a0 model.Person, _a1 error) *PersonRepo_Get_Call
func (*PersonRepo_Get_Call) Run ¶
func (_c *PersonRepo_Get_Call) Run(run func(ctx context.Context, id uint32)) *PersonRepo_Get_Call
type PersonService ¶
PersonService is an autogenerated mock type for the PersonService type
func NewPersonService ¶
func NewPersonService(t testing.TB) *PersonService
NewPersonService creates a new instance of PersonService. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*PersonService) EXPECT ¶
func (_m *PersonService) EXPECT() *PersonService_Expecter
func (*PersonService) GetCharacterRelated ¶
func (_m *PersonService) GetCharacterRelated(ctx context.Context, characterID uint32) ([]model.PersonCharacterRelation, error)
GetCharacterRelated provides a mock function with given fields: ctx, characterID
func (*PersonService) GetSubjectRelated ¶
func (_m *PersonService) GetSubjectRelated(ctx context.Context, subjectID uint32) ([]model.SubjectPersonRelation, error)
GetSubjectRelated provides a mock function with given fields: ctx, subjectID
type PersonService_Expecter ¶
type PersonService_Expecter struct {
// contains filtered or unexported fields
}
func (*PersonService_Expecter) Get ¶
func (_e *PersonService_Expecter) Get(ctx interface{}, id interface{}) *PersonService_Get_Call
Get is a helper method to define mock.On call
- ctx context.Context
- id uint32
func (*PersonService_Expecter) GetCharacterRelated ¶
func (_e *PersonService_Expecter) GetCharacterRelated(ctx interface{}, characterID interface{}) *PersonService_GetCharacterRelated_Call
GetCharacterRelated is a helper method to define mock.On call
- ctx context.Context
- characterID uint32
func (*PersonService_Expecter) GetSubjectRelated ¶
func (_e *PersonService_Expecter) GetSubjectRelated(ctx interface{}, subjectID interface{}) *PersonService_GetSubjectRelated_Call
GetSubjectRelated is a helper method to define mock.On call
- ctx context.Context
- subjectID uint32
type PersonService_GetCharacterRelated_Call ¶
PersonService_GetCharacterRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCharacterRelated'
func (*PersonService_GetCharacterRelated_Call) Return ¶
func (_c *PersonService_GetCharacterRelated_Call) Return(_a0 []model.PersonCharacterRelation, _a1 error) *PersonService_GetCharacterRelated_Call
func (*PersonService_GetCharacterRelated_Call) Run ¶
func (_c *PersonService_GetCharacterRelated_Call) Run(run func(ctx context.Context, characterID uint32)) *PersonService_GetCharacterRelated_Call
type PersonService_GetSubjectRelated_Call ¶
PersonService_GetSubjectRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSubjectRelated'
func (*PersonService_GetSubjectRelated_Call) Return ¶
func (_c *PersonService_GetSubjectRelated_Call) Return(_a0 []model.SubjectPersonRelation, _a1 error) *PersonService_GetSubjectRelated_Call
func (*PersonService_GetSubjectRelated_Call) Run ¶
func (_c *PersonService_GetSubjectRelated_Call) Run(run func(ctx context.Context, subjectID uint32)) *PersonService_GetSubjectRelated_Call
type PersonService_Get_Call ¶
PersonService_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*PersonService_Get_Call) Return ¶
func (_c *PersonService_Get_Call) Return(_a0 model.Person, _a1 error) *PersonService_Get_Call
func (*PersonService_Get_Call) Run ¶
func (_c *PersonService_Get_Call) Run(run func(ctx context.Context, id uint32)) *PersonService_Get_Call
type RateLimiter ¶
RateLimiter is an autogenerated mock type for the Manager type
func NewRateLimiter ¶
func NewRateLimiter(t testing.TB) *RateLimiter
NewRateLimiter creates a new instance of RateLimiter. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*RateLimiter) EXPECT ¶
func (_m *RateLimiter) EXPECT() *RateLimiter_Expecter
type RateLimiter_Allowed_Call ¶
RateLimiter_Allowed_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Allowed'
func (*RateLimiter_Allowed_Call) Return ¶
func (_c *RateLimiter_Allowed_Call) Return(allowed bool, remain int, err error) *RateLimiter_Allowed_Call
func (*RateLimiter_Allowed_Call) Run ¶
func (_c *RateLimiter_Allowed_Call) Run(run func(ctx context.Context, ip string)) *RateLimiter_Allowed_Call
type RateLimiter_Expecter ¶
type RateLimiter_Expecter struct {
// contains filtered or unexported fields
}
func (*RateLimiter_Expecter) Allowed ¶
func (_e *RateLimiter_Expecter) Allowed(ctx interface{}, ip interface{}) *RateLimiter_Allowed_Call
Allowed is a helper method to define mock.On call
- ctx context.Context
- ip string
func (*RateLimiter_Expecter) Reset ¶
func (_e *RateLimiter_Expecter) Reset(ctx interface{}, ip interface{}) *RateLimiter_Reset_Call
Reset is a helper method to define mock.On call
- ctx context.Context
- ip string
type RateLimiter_Reset_Call ¶
RateLimiter_Reset_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Reset'
func (*RateLimiter_Reset_Call) Return ¶
func (_c *RateLimiter_Reset_Call) Return(_a0 error) *RateLimiter_Reset_Call
func (*RateLimiter_Reset_Call) Run ¶
func (_c *RateLimiter_Reset_Call) Run(run func(ctx context.Context, ip string)) *RateLimiter_Reset_Call
type RevisionRepo ¶
RevisionRepo is an autogenerated mock type for the RevisionRepo type
func NewRevisionRepo ¶
func NewRevisionRepo(t testing.TB) *RevisionRepo
NewRevisionRepo creates a new instance of RevisionRepo. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*RevisionRepo) CountCharacterRelated ¶
func (_m *RevisionRepo) CountCharacterRelated(ctx context.Context, characterID uint32) (int64, error)
CountCharacterRelated provides a mock function with given fields: ctx, characterID
func (*RevisionRepo) CountPersonRelated ¶
CountPersonRelated provides a mock function with given fields: ctx, personID
func (*RevisionRepo) CountSubjectRelated ¶
CountSubjectRelated provides a mock function with given fields: ctx, id
func (*RevisionRepo) EXPECT ¶
func (_m *RevisionRepo) EXPECT() *RevisionRepo_Expecter
func (*RevisionRepo) GetCharacterRelated ¶
func (_m *RevisionRepo) GetCharacterRelated(ctx context.Context, id uint32) (model.CharacterRevision, error)
GetCharacterRelated provides a mock function with given fields: ctx, id
func (*RevisionRepo) GetPersonRelated ¶
GetPersonRelated provides a mock function with given fields: ctx, id
func (*RevisionRepo) GetSubjectRelated ¶
GetSubjectRelated provides a mock function with given fields: ctx, id
func (*RevisionRepo) ListCharacterRelated ¶
func (_m *RevisionRepo) ListCharacterRelated(ctx context.Context, characterID uint32, limit int, offset int) ([]model.CharacterRevision, error)
ListCharacterRelated provides a mock function with given fields: ctx, characterID, limit, offset
type RevisionRepo_CountCharacterRelated_Call ¶
RevisionRepo_CountCharacterRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CountCharacterRelated'
func (*RevisionRepo_CountCharacterRelated_Call) Return ¶
func (_c *RevisionRepo_CountCharacterRelated_Call) Return(_a0 int64, _a1 error) *RevisionRepo_CountCharacterRelated_Call
func (*RevisionRepo_CountCharacterRelated_Call) Run ¶
func (_c *RevisionRepo_CountCharacterRelated_Call) Run(run func(ctx context.Context, characterID uint32)) *RevisionRepo_CountCharacterRelated_Call
type RevisionRepo_CountPersonRelated_Call ¶
RevisionRepo_CountPersonRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CountPersonRelated'
func (*RevisionRepo_CountPersonRelated_Call) Return ¶
func (_c *RevisionRepo_CountPersonRelated_Call) Return(_a0 int64, _a1 error) *RevisionRepo_CountPersonRelated_Call
func (*RevisionRepo_CountPersonRelated_Call) Run ¶
func (_c *RevisionRepo_CountPersonRelated_Call) Run(run func(ctx context.Context, personID uint32)) *RevisionRepo_CountPersonRelated_Call
type RevisionRepo_CountSubjectRelated_Call ¶
RevisionRepo_CountSubjectRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CountSubjectRelated'
func (*RevisionRepo_CountSubjectRelated_Call) Return ¶
func (_c *RevisionRepo_CountSubjectRelated_Call) Return(_a0 int64, _a1 error) *RevisionRepo_CountSubjectRelated_Call
func (*RevisionRepo_CountSubjectRelated_Call) Run ¶
func (_c *RevisionRepo_CountSubjectRelated_Call) Run(run func(ctx context.Context, id uint32)) *RevisionRepo_CountSubjectRelated_Call
type RevisionRepo_Expecter ¶
type RevisionRepo_Expecter struct {
// contains filtered or unexported fields
}
func (*RevisionRepo_Expecter) CountCharacterRelated ¶
func (_e *RevisionRepo_Expecter) CountCharacterRelated(ctx interface{}, characterID interface{}) *RevisionRepo_CountCharacterRelated_Call
CountCharacterRelated is a helper method to define mock.On call
- ctx context.Context
- characterID uint32
func (*RevisionRepo_Expecter) CountPersonRelated ¶
func (_e *RevisionRepo_Expecter) CountPersonRelated(ctx interface{}, personID interface{}) *RevisionRepo_CountPersonRelated_Call
CountPersonRelated is a helper method to define mock.On call
- ctx context.Context
- personID uint32
func (*RevisionRepo_Expecter) CountSubjectRelated ¶
func (_e *RevisionRepo_Expecter) CountSubjectRelated(ctx interface{}, id interface{}) *RevisionRepo_CountSubjectRelated_Call
CountSubjectRelated is a helper method to define mock.On call
- ctx context.Context
- id uint32
func (*RevisionRepo_Expecter) GetCharacterRelated ¶
func (_e *RevisionRepo_Expecter) GetCharacterRelated(ctx interface{}, id interface{}) *RevisionRepo_GetCharacterRelated_Call
GetCharacterRelated is a helper method to define mock.On call
- ctx context.Context
- id uint32
func (*RevisionRepo_Expecter) GetPersonRelated ¶
func (_e *RevisionRepo_Expecter) GetPersonRelated(ctx interface{}, id interface{}) *RevisionRepo_GetPersonRelated_Call
GetPersonRelated is a helper method to define mock.On call
- ctx context.Context
- id uint32
func (*RevisionRepo_Expecter) GetSubjectRelated ¶
func (_e *RevisionRepo_Expecter) GetSubjectRelated(ctx interface{}, id interface{}) *RevisionRepo_GetSubjectRelated_Call
GetSubjectRelated is a helper method to define mock.On call
- ctx context.Context
- id uint32
func (*RevisionRepo_Expecter) ListCharacterRelated ¶
func (_e *RevisionRepo_Expecter) ListCharacterRelated(ctx interface{}, characterID interface{}, limit interface{}, offset interface{}) *RevisionRepo_ListCharacterRelated_Call
ListCharacterRelated is a helper method to define mock.On call
- ctx context.Context
- characterID uint32
- limit int
- offset int
func (*RevisionRepo_Expecter) ListPersonRelated ¶
func (_e *RevisionRepo_Expecter) ListPersonRelated(ctx interface{}, personID interface{}, limit interface{}, offset interface{}) *RevisionRepo_ListPersonRelated_Call
ListPersonRelated is a helper method to define mock.On call
- ctx context.Context
- personID uint32
- limit int
- offset int
func (*RevisionRepo_Expecter) ListSubjectRelated ¶
func (_e *RevisionRepo_Expecter) ListSubjectRelated(ctx interface{}, id interface{}, limit interface{}, offset interface{}) *RevisionRepo_ListSubjectRelated_Call
ListSubjectRelated is a helper method to define mock.On call
- ctx context.Context
- id uint32
- limit int
- offset int
type RevisionRepo_GetCharacterRelated_Call ¶
RevisionRepo_GetCharacterRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCharacterRelated'
func (*RevisionRepo_GetCharacterRelated_Call) Return ¶
func (_c *RevisionRepo_GetCharacterRelated_Call) Return(_a0 model.CharacterRevision, _a1 error) *RevisionRepo_GetCharacterRelated_Call
func (*RevisionRepo_GetCharacterRelated_Call) Run ¶
func (_c *RevisionRepo_GetCharacterRelated_Call) Run(run func(ctx context.Context, id uint32)) *RevisionRepo_GetCharacterRelated_Call
type RevisionRepo_GetPersonRelated_Call ¶
RevisionRepo_GetPersonRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPersonRelated'
func (*RevisionRepo_GetPersonRelated_Call) Return ¶
func (_c *RevisionRepo_GetPersonRelated_Call) Return(_a0 model.Revision, _a1 error) *RevisionRepo_GetPersonRelated_Call
func (*RevisionRepo_GetPersonRelated_Call) Run ¶
func (_c *RevisionRepo_GetPersonRelated_Call) Run(run func(ctx context.Context, id uint32)) *RevisionRepo_GetPersonRelated_Call
type RevisionRepo_GetSubjectRelated_Call ¶
RevisionRepo_GetSubjectRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSubjectRelated'
func (*RevisionRepo_GetSubjectRelated_Call) Return ¶
func (_c *RevisionRepo_GetSubjectRelated_Call) Return(_a0 model.Revision, _a1 error) *RevisionRepo_GetSubjectRelated_Call
func (*RevisionRepo_GetSubjectRelated_Call) Run ¶
func (_c *RevisionRepo_GetSubjectRelated_Call) Run(run func(ctx context.Context, id uint32)) *RevisionRepo_GetSubjectRelated_Call
type RevisionRepo_ListCharacterRelated_Call ¶
RevisionRepo_ListCharacterRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListCharacterRelated'
func (*RevisionRepo_ListCharacterRelated_Call) Return ¶
func (_c *RevisionRepo_ListCharacterRelated_Call) Return(_a0 []model.CharacterRevision, _a1 error) *RevisionRepo_ListCharacterRelated_Call
func (*RevisionRepo_ListCharacterRelated_Call) Run ¶
func (_c *RevisionRepo_ListCharacterRelated_Call) Run(run func(ctx context.Context, characterID uint32, limit int, offset int)) *RevisionRepo_ListCharacterRelated_Call
type RevisionRepo_ListPersonRelated_Call ¶
RevisionRepo_ListPersonRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListPersonRelated'
func (*RevisionRepo_ListPersonRelated_Call) Return ¶
func (_c *RevisionRepo_ListPersonRelated_Call) Return(_a0 []model.Revision, _a1 error) *RevisionRepo_ListPersonRelated_Call
func (*RevisionRepo_ListPersonRelated_Call) Run ¶
func (_c *RevisionRepo_ListPersonRelated_Call) Run(run func(ctx context.Context, personID uint32, limit int, offset int)) *RevisionRepo_ListPersonRelated_Call
type RevisionRepo_ListSubjectRelated_Call ¶
RevisionRepo_ListSubjectRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSubjectRelated'
func (*RevisionRepo_ListSubjectRelated_Call) Return ¶
func (_c *RevisionRepo_ListSubjectRelated_Call) Return(_a0 []model.Revision, _a1 error) *RevisionRepo_ListSubjectRelated_Call
func (*RevisionRepo_ListSubjectRelated_Call) Run ¶
func (_c *RevisionRepo_ListSubjectRelated_Call) Run(run func(ctx context.Context, id uint32, limit int, offset int)) *RevisionRepo_ListSubjectRelated_Call
type SessionManager ¶
SessionManager is an autogenerated mock type for the Manager type
func NewSessionManager ¶
func NewSessionManager(t testing.TB) *SessionManager
NewSessionManager creates a new instance of SessionManager. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*SessionManager) Create ¶
func (_m *SessionManager) Create(ctx context.Context, a domain.Auth) (string, session.Session, error)
Create provides a mock function with given fields: ctx, a
func (*SessionManager) EXPECT ¶
func (_m *SessionManager) EXPECT() *SessionManager_Expecter
func (*SessionManager) Revoke ¶
func (_m *SessionManager) Revoke(ctx context.Context, key string) error
Revoke provides a mock function with given fields: ctx, key
func (*SessionManager) RevokeUser ¶
func (_m *SessionManager) RevokeUser(ctx context.Context, id uint32) error
RevokeUser provides a mock function with given fields: ctx, id
type SessionManager_Create_Call ¶
SessionManager_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'
func (*SessionManager_Create_Call) Return ¶
func (_c *SessionManager_Create_Call) Return(_a0 string, _a1 session.Session, _a2 error) *SessionManager_Create_Call
func (*SessionManager_Create_Call) Run ¶
func (_c *SessionManager_Create_Call) Run(run func(ctx context.Context, a domain.Auth)) *SessionManager_Create_Call
type SessionManager_Expecter ¶
type SessionManager_Expecter struct {
// contains filtered or unexported fields
}
func (*SessionManager_Expecter) Create ¶
func (_e *SessionManager_Expecter) Create(ctx interface{}, a interface{}) *SessionManager_Create_Call
Create is a helper method to define mock.On call
- ctx context.Context
- a domain.Auth
func (*SessionManager_Expecter) Get ¶
func (_e *SessionManager_Expecter) Get(ctx interface{}, key interface{}) *SessionManager_Get_Call
Get is a helper method to define mock.On call
- ctx context.Context
- key string
func (*SessionManager_Expecter) Revoke ¶
func (_e *SessionManager_Expecter) Revoke(ctx interface{}, key interface{}) *SessionManager_Revoke_Call
Revoke is a helper method to define mock.On call
- ctx context.Context
- key string
func (*SessionManager_Expecter) RevokeUser ¶
func (_e *SessionManager_Expecter) RevokeUser(ctx interface{}, id interface{}) *SessionManager_RevokeUser_Call
RevokeUser is a helper method to define mock.On call
- ctx context.Context
- id uint32
type SessionManager_Get_Call ¶
SessionManager_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*SessionManager_Get_Call) Return ¶
func (_c *SessionManager_Get_Call) Return(_a0 session.Session, _a1 error) *SessionManager_Get_Call
func (*SessionManager_Get_Call) Run ¶
func (_c *SessionManager_Get_Call) Run(run func(ctx context.Context, key string)) *SessionManager_Get_Call
type SessionManager_RevokeUser_Call ¶
SessionManager_RevokeUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RevokeUser'
func (*SessionManager_RevokeUser_Call) Return ¶
func (_c *SessionManager_RevokeUser_Call) Return(_a0 error) *SessionManager_RevokeUser_Call
func (*SessionManager_RevokeUser_Call) Run ¶
func (_c *SessionManager_RevokeUser_Call) Run(run func(ctx context.Context, id uint32)) *SessionManager_RevokeUser_Call
type SessionManager_Revoke_Call ¶
SessionManager_Revoke_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Revoke'
func (*SessionManager_Revoke_Call) Return ¶
func (_c *SessionManager_Revoke_Call) Return(_a0 error) *SessionManager_Revoke_Call
func (*SessionManager_Revoke_Call) Run ¶
func (_c *SessionManager_Revoke_Call) Run(run func(ctx context.Context, key string)) *SessionManager_Revoke_Call
type SubjectRepo ¶
SubjectRepo is an autogenerated mock type for the SubjectRepo type
func NewSubjectRepo ¶
func NewSubjectRepo(t testing.TB) *SubjectRepo
NewSubjectRepo creates a new instance of SubjectRepo. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*SubjectRepo) EXPECT ¶
func (_m *SubjectRepo) EXPECT() *SubjectRepo_Expecter
func (*SubjectRepo) GetActors ¶
func (_m *SubjectRepo) GetActors(ctx context.Context, subjectID uint32, characterIDs ...uint32) (map[uint32][]model.Person, error)
GetActors provides a mock function with given fields: ctx, subjectID, characterIDs
func (*SubjectRepo) GetByIDs ¶
func (_m *SubjectRepo) GetByIDs(ctx context.Context, ids ...uint32) (map[uint32]model.Subject, error)
GetByIDs provides a mock function with given fields: ctx, ids
func (*SubjectRepo) GetCharacterRelated ¶
func (_m *SubjectRepo) GetCharacterRelated(ctx context.Context, characterID uint32) ([]domain.SubjectCharacterRelation, error)
GetCharacterRelated provides a mock function with given fields: ctx, characterID
func (*SubjectRepo) GetPersonRelated ¶
func (_m *SubjectRepo) GetPersonRelated(ctx context.Context, personID uint32) ([]domain.SubjectPersonRelation, error)
GetPersonRelated provides a mock function with given fields: ctx, personID
func (*SubjectRepo) GetSubjectRelated ¶
func (_m *SubjectRepo) GetSubjectRelated(ctx context.Context, subjectID uint32) ([]domain.SubjectInternalRelation, error)
GetSubjectRelated provides a mock function with given fields: ctx, subjectID
type SubjectRepo_Expecter ¶
type SubjectRepo_Expecter struct {
// contains filtered or unexported fields
}
func (*SubjectRepo_Expecter) Get ¶
func (_e *SubjectRepo_Expecter) Get(ctx interface{}, id interface{}) *SubjectRepo_Get_Call
Get is a helper method to define mock.On call
- ctx context.Context
- id uint32
func (*SubjectRepo_Expecter) GetActors ¶
func (_e *SubjectRepo_Expecter) GetActors(ctx interface{}, subjectID interface{}, characterIDs ...interface{}) *SubjectRepo_GetActors_Call
GetActors is a helper method to define mock.On call
- ctx context.Context
- subjectID uint32
- characterIDs ...uint32
func (*SubjectRepo_Expecter) GetByIDs ¶
func (_e *SubjectRepo_Expecter) GetByIDs(ctx interface{}, ids ...interface{}) *SubjectRepo_GetByIDs_Call
GetByIDs is a helper method to define mock.On call
- ctx context.Context
- ids ...uint32
func (*SubjectRepo_Expecter) GetCharacterRelated ¶
func (_e *SubjectRepo_Expecter) GetCharacterRelated(ctx interface{}, characterID interface{}) *SubjectRepo_GetCharacterRelated_Call
GetCharacterRelated is a helper method to define mock.On call
- ctx context.Context
- characterID uint32
func (*SubjectRepo_Expecter) GetPersonRelated ¶
func (_e *SubjectRepo_Expecter) GetPersonRelated(ctx interface{}, personID interface{}) *SubjectRepo_GetPersonRelated_Call
GetPersonRelated is a helper method to define mock.On call
- ctx context.Context
- personID uint32
func (*SubjectRepo_Expecter) GetSubjectRelated ¶
func (_e *SubjectRepo_Expecter) GetSubjectRelated(ctx interface{}, subjectID interface{}) *SubjectRepo_GetSubjectRelated_Call
GetSubjectRelated is a helper method to define mock.On call
- ctx context.Context
- subjectID uint32
type SubjectRepo_GetActors_Call ¶
SubjectRepo_GetActors_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetActors'
func (*SubjectRepo_GetActors_Call) Return ¶
func (_c *SubjectRepo_GetActors_Call) Return(_a0 map[uint32][]model.Person, _a1 error) *SubjectRepo_GetActors_Call
func (*SubjectRepo_GetActors_Call) Run ¶
func (_c *SubjectRepo_GetActors_Call) Run(run func(ctx context.Context, subjectID uint32, characterIDs ...uint32)) *SubjectRepo_GetActors_Call
type SubjectRepo_GetByIDs_Call ¶
SubjectRepo_GetByIDs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByIDs'
func (*SubjectRepo_GetByIDs_Call) Return ¶
func (_c *SubjectRepo_GetByIDs_Call) Return(_a0 map[uint32]model.Subject, _a1 error) *SubjectRepo_GetByIDs_Call
func (*SubjectRepo_GetByIDs_Call) Run ¶
func (_c *SubjectRepo_GetByIDs_Call) Run(run func(ctx context.Context, ids ...uint32)) *SubjectRepo_GetByIDs_Call
type SubjectRepo_GetCharacterRelated_Call ¶
SubjectRepo_GetCharacterRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCharacterRelated'
func (*SubjectRepo_GetCharacterRelated_Call) Return ¶
func (_c *SubjectRepo_GetCharacterRelated_Call) Return(_a0 []domain.SubjectCharacterRelation, _a1 error) *SubjectRepo_GetCharacterRelated_Call
func (*SubjectRepo_GetCharacterRelated_Call) Run ¶
func (_c *SubjectRepo_GetCharacterRelated_Call) Run(run func(ctx context.Context, characterID uint32)) *SubjectRepo_GetCharacterRelated_Call
type SubjectRepo_GetPersonRelated_Call ¶
SubjectRepo_GetPersonRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPersonRelated'
func (*SubjectRepo_GetPersonRelated_Call) Return ¶
func (_c *SubjectRepo_GetPersonRelated_Call) Return(_a0 []domain.SubjectPersonRelation, _a1 error) *SubjectRepo_GetPersonRelated_Call
func (*SubjectRepo_GetPersonRelated_Call) Run ¶
func (_c *SubjectRepo_GetPersonRelated_Call) Run(run func(ctx context.Context, personID uint32)) *SubjectRepo_GetPersonRelated_Call
type SubjectRepo_GetSubjectRelated_Call ¶
SubjectRepo_GetSubjectRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSubjectRelated'
func (*SubjectRepo_GetSubjectRelated_Call) Return ¶
func (_c *SubjectRepo_GetSubjectRelated_Call) Return(_a0 []domain.SubjectInternalRelation, _a1 error) *SubjectRepo_GetSubjectRelated_Call
func (*SubjectRepo_GetSubjectRelated_Call) Run ¶
func (_c *SubjectRepo_GetSubjectRelated_Call) Run(run func(ctx context.Context, subjectID uint32)) *SubjectRepo_GetSubjectRelated_Call
type SubjectRepo_Get_Call ¶
SubjectRepo_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*SubjectRepo_Get_Call) Return ¶
func (_c *SubjectRepo_Get_Call) Return(_a0 model.Subject, _a1 error) *SubjectRepo_Get_Call
func (*SubjectRepo_Get_Call) Run ¶
func (_c *SubjectRepo_Get_Call) Run(run func(ctx context.Context, id uint32)) *SubjectRepo_Get_Call
type SubjectService ¶
SubjectService is an autogenerated mock type for the SubjectService type
func NewSubjectService ¶
func NewSubjectService(t testing.TB) *SubjectService
NewSubjectService creates a new instance of SubjectService. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*SubjectService) EXPECT ¶
func (_m *SubjectService) EXPECT() *SubjectService_Expecter
func (*SubjectService) GetActors ¶
func (_m *SubjectService) GetActors(ctx context.Context, subjectID uint32, characterIDs ...uint32) (map[uint32][]model.Person, error)
GetActors provides a mock function with given fields: ctx, subjectID, characterIDs
func (*SubjectService) GetCharacterRelated ¶
func (_m *SubjectService) GetCharacterRelated(ctx context.Context, characterID uint32) ([]model.SubjectCharacterRelation, error)
GetCharacterRelated provides a mock function with given fields: ctx, characterID
func (*SubjectService) GetPersonRelated ¶
func (_m *SubjectService) GetPersonRelated(ctx context.Context, personID uint32) ([]model.SubjectPersonRelation, error)
GetPersonRelated provides a mock function with given fields: ctx, personID
func (*SubjectService) GetSubjectRelated ¶
func (_m *SubjectService) GetSubjectRelated(ctx context.Context, subjectID uint32) ([]model.SubjectInternalRelation, error)
GetSubjectRelated provides a mock function with given fields: ctx, subjectID
type SubjectService_Expecter ¶
type SubjectService_Expecter struct {
// contains filtered or unexported fields
}
func (*SubjectService_Expecter) Get ¶
func (_e *SubjectService_Expecter) Get(ctx interface{}, id interface{}) *SubjectService_Get_Call
Get is a helper method to define mock.On call
- ctx context.Context
- id uint32
func (*SubjectService_Expecter) GetActors ¶
func (_e *SubjectService_Expecter) GetActors(ctx interface{}, subjectID interface{}, characterIDs ...interface{}) *SubjectService_GetActors_Call
GetActors is a helper method to define mock.On call
- ctx context.Context
- subjectID uint32
- characterIDs ...uint32
func (*SubjectService_Expecter) GetCharacterRelated ¶
func (_e *SubjectService_Expecter) GetCharacterRelated(ctx interface{}, characterID interface{}) *SubjectService_GetCharacterRelated_Call
GetCharacterRelated is a helper method to define mock.On call
- ctx context.Context
- characterID uint32
func (*SubjectService_Expecter) GetPersonRelated ¶
func (_e *SubjectService_Expecter) GetPersonRelated(ctx interface{}, personID interface{}) *SubjectService_GetPersonRelated_Call
GetPersonRelated is a helper method to define mock.On call
- ctx context.Context
- personID uint32
func (*SubjectService_Expecter) GetSubjectRelated ¶
func (_e *SubjectService_Expecter) GetSubjectRelated(ctx interface{}, subjectID interface{}) *SubjectService_GetSubjectRelated_Call
GetSubjectRelated is a helper method to define mock.On call
- ctx context.Context
- subjectID uint32
type SubjectService_GetActors_Call ¶
SubjectService_GetActors_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetActors'
func (*SubjectService_GetActors_Call) Return ¶
func (_c *SubjectService_GetActors_Call) Return(_a0 map[uint32][]model.Person, _a1 error) *SubjectService_GetActors_Call
func (*SubjectService_GetActors_Call) Run ¶
func (_c *SubjectService_GetActors_Call) Run(run func(ctx context.Context, subjectID uint32, characterIDs ...uint32)) *SubjectService_GetActors_Call
type SubjectService_GetCharacterRelated_Call ¶
SubjectService_GetCharacterRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCharacterRelated'
func (*SubjectService_GetCharacterRelated_Call) Return ¶
func (_c *SubjectService_GetCharacterRelated_Call) Return(_a0 []model.SubjectCharacterRelation, _a1 error) *SubjectService_GetCharacterRelated_Call
func (*SubjectService_GetCharacterRelated_Call) Run ¶
func (_c *SubjectService_GetCharacterRelated_Call) Run(run func(ctx context.Context, characterID uint32)) *SubjectService_GetCharacterRelated_Call
type SubjectService_GetPersonRelated_Call ¶
SubjectService_GetPersonRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPersonRelated'
func (*SubjectService_GetPersonRelated_Call) Return ¶
func (_c *SubjectService_GetPersonRelated_Call) Return(_a0 []model.SubjectPersonRelation, _a1 error) *SubjectService_GetPersonRelated_Call
func (*SubjectService_GetPersonRelated_Call) Run ¶
func (_c *SubjectService_GetPersonRelated_Call) Run(run func(ctx context.Context, personID uint32)) *SubjectService_GetPersonRelated_Call
type SubjectService_GetSubjectRelated_Call ¶
SubjectService_GetSubjectRelated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetSubjectRelated'
func (*SubjectService_GetSubjectRelated_Call) Return ¶
func (_c *SubjectService_GetSubjectRelated_Call) Return(_a0 []model.SubjectInternalRelation, _a1 error) *SubjectService_GetSubjectRelated_Call
func (*SubjectService_GetSubjectRelated_Call) Run ¶
func (_c *SubjectService_GetSubjectRelated_Call) Run(run func(ctx context.Context, subjectID uint32)) *SubjectService_GetSubjectRelated_Call
type SubjectService_Get_Call ¶
SubjectService_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*SubjectService_Get_Call) Return ¶
func (_c *SubjectService_Get_Call) Return(_a0 model.Subject, _a1 error) *SubjectService_Get_Call
func (*SubjectService_Get_Call) Run ¶
func (_c *SubjectService_Get_Call) Run(run func(ctx context.Context, id uint32)) *SubjectService_Get_Call
type UserRepo ¶
UserRepo is an autogenerated mock type for the UserRepo type
func NewUserRepo ¶
NewUserRepo creates a new instance of UserRepo. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*UserRepo) CountCollections ¶
func (_m *UserRepo) CountCollections(ctx context.Context, userID uint32, subjectType uint8, collectionType uint8, showPrivate bool) (int64, error)
CountCollections provides a mock function with given fields: ctx, userID, subjectType, collectionType, showPrivate
func (*UserRepo) EXPECT ¶
func (_m *UserRepo) EXPECT() *UserRepo_Expecter
func (*UserRepo) GetCollection ¶
func (_m *UserRepo) GetCollection(ctx context.Context, userID uint32, subjectID uint32) (model.Collection, error)
GetCollection provides a mock function with given fields: ctx, userID, subjectID
func (*UserRepo) ListCollections ¶
func (_m *UserRepo) ListCollections(ctx context.Context, userID uint32, subjectType uint8, collectionType uint8, showPrivate bool, limit int, offset int) ([]model.Collection, error)
ListCollections provides a mock function with given fields: ctx, userID, subjectType, collectionType, showPrivate, limit, offset
type UserRepo_CountCollections_Call ¶
UserRepo_CountCollections_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CountCollections'
func (*UserRepo_CountCollections_Call) Return ¶
func (_c *UserRepo_CountCollections_Call) Return(_a0 int64, _a1 error) *UserRepo_CountCollections_Call
func (*UserRepo_CountCollections_Call) Run ¶
func (_c *UserRepo_CountCollections_Call) Run(run func(ctx context.Context, userID uint32, subjectType uint8, collectionType uint8, showPrivate bool)) *UserRepo_CountCollections_Call
type UserRepo_Expecter ¶
type UserRepo_Expecter struct {
// contains filtered or unexported fields
}
func (*UserRepo_Expecter) CountCollections ¶
func (_e *UserRepo_Expecter) CountCollections(ctx interface{}, userID interface{}, subjectType interface{}, collectionType interface{}, showPrivate interface{}) *UserRepo_CountCollections_Call
CountCollections is a helper method to define mock.On call
- ctx context.Context
- userID uint32
- subjectType uint8
- collectionType uint8
- showPrivate bool
func (*UserRepo_Expecter) GetByID ¶
func (_e *UserRepo_Expecter) GetByID(ctx interface{}, userID interface{}) *UserRepo_GetByID_Call
GetByID is a helper method to define mock.On call
- ctx context.Context
- userID uint32
func (*UserRepo_Expecter) GetByIDs ¶
func (_e *UserRepo_Expecter) GetByIDs(ctx interface{}, ids ...interface{}) *UserRepo_GetByIDs_Call
GetByIDs is a helper method to define mock.On call
- ctx context.Context
- ids ...uint32
func (*UserRepo_Expecter) GetByName ¶
func (_e *UserRepo_Expecter) GetByName(ctx interface{}, username interface{}) *UserRepo_GetByName_Call
GetByName is a helper method to define mock.On call
- ctx context.Context
- username string
func (*UserRepo_Expecter) GetCollection ¶
func (_e *UserRepo_Expecter) GetCollection(ctx interface{}, userID interface{}, subjectID interface{}) *UserRepo_GetCollection_Call
GetCollection is a helper method to define mock.On call
- ctx context.Context
- userID uint32
- subjectID uint32
func (*UserRepo_Expecter) ListCollections ¶
func (_e *UserRepo_Expecter) ListCollections(ctx interface{}, userID interface{}, subjectType interface{}, collectionType interface{}, showPrivate interface{}, limit interface{}, offset interface{}) *UserRepo_ListCollections_Call
ListCollections is a helper method to define mock.On call
- ctx context.Context
- userID uint32
- subjectType uint8
- collectionType uint8
- showPrivate bool
- limit int
- offset int
type UserRepo_GetByID_Call ¶
UserRepo_GetByID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByID'
func (*UserRepo_GetByID_Call) Return ¶
func (_c *UserRepo_GetByID_Call) Return(_a0 model.User, _a1 error) *UserRepo_GetByID_Call
func (*UserRepo_GetByID_Call) Run ¶
func (_c *UserRepo_GetByID_Call) Run(run func(ctx context.Context, userID uint32)) *UserRepo_GetByID_Call
type UserRepo_GetByIDs_Call ¶
UserRepo_GetByIDs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByIDs'
func (*UserRepo_GetByIDs_Call) Return ¶
func (_c *UserRepo_GetByIDs_Call) Return(_a0 map[uint32]model.User, _a1 error) *UserRepo_GetByIDs_Call
func (*UserRepo_GetByIDs_Call) Run ¶
func (_c *UserRepo_GetByIDs_Call) Run(run func(ctx context.Context, ids ...uint32)) *UserRepo_GetByIDs_Call
type UserRepo_GetByName_Call ¶
UserRepo_GetByName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByName'
func (*UserRepo_GetByName_Call) Return ¶
func (_c *UserRepo_GetByName_Call) Return(_a0 model.User, _a1 error) *UserRepo_GetByName_Call
func (*UserRepo_GetByName_Call) Run ¶
func (_c *UserRepo_GetByName_Call) Run(run func(ctx context.Context, username string)) *UserRepo_GetByName_Call
type UserRepo_GetCollection_Call ¶
UserRepo_GetCollection_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCollection'
func (*UserRepo_GetCollection_Call) Return ¶
func (_c *UserRepo_GetCollection_Call) Return(_a0 model.Collection, _a1 error) *UserRepo_GetCollection_Call
func (*UserRepo_GetCollection_Call) Run ¶
func (_c *UserRepo_GetCollection_Call) Run(run func(ctx context.Context, userID uint32, subjectID uint32)) *UserRepo_GetCollection_Call
type UserRepo_ListCollections_Call ¶
UserRepo_ListCollections_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListCollections'
func (*UserRepo_ListCollections_Call) Return ¶
func (_c *UserRepo_ListCollections_Call) Return(_a0 []model.Collection, _a1 error) *UserRepo_ListCollections_Call