Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeNotification
- func (fake *FakeNotification) Create(arg1 context.Context, arg2 db.DBTX, arg3 *db.NotificationCreateParams) (*db.Notification, error)
- func (fake *FakeNotification) CreateArgsForCall(i int) (context.Context, db.DBTX, *db.NotificationCreateParams)
- func (fake *FakeNotification) CreateCallCount() int
- func (fake *FakeNotification) CreateCalls(...)
- func (fake *FakeNotification) CreateReturns(result1 *db.Notification, result2 error)
- func (fake *FakeNotification) CreateReturnsOnCall(i int, result1 *db.Notification, result2 error)
- func (fake *FakeNotification) Delete(arg1 context.Context, arg2 db.DBTX, arg3 db.NotificationID) (*db.Notification, error)
- func (fake *FakeNotification) DeleteArgsForCall(i int) (context.Context, db.DBTX, db.NotificationID)
- func (fake *FakeNotification) DeleteCallCount() int
- func (fake *FakeNotification) DeleteCalls(...)
- func (fake *FakeNotification) DeleteReturns(result1 *db.Notification, result2 error)
- func (fake *FakeNotification) DeleteReturnsOnCall(i int, result1 *db.Notification, result2 error)
- func (fake *FakeNotification) Invocations() map[string][][]interface{}
- func (fake *FakeNotification) LatestUserNotifications(arg1 context.Context, arg2 db.DBTX, arg3 *db.GetUserNotificationsParams) ([]db.GetUserNotificationsRow, error)
- func (fake *FakeNotification) LatestUserNotificationsArgsForCall(i int) (context.Context, db.DBTX, *db.GetUserNotificationsParams)
- func (fake *FakeNotification) LatestUserNotificationsCallCount() int
- func (fake *FakeNotification) LatestUserNotificationsCalls(...)
- func (fake *FakeNotification) LatestUserNotificationsReturns(result1 []db.GetUserNotificationsRow, result2 error)
- func (fake *FakeNotification) LatestUserNotificationsReturnsOnCall(i int, result1 []db.GetUserNotificationsRow, result2 error)
- type FakeProject
- func (fake *FakeProject) ByID(arg1 context.Context, arg2 db.DBTX, arg3 db.ProjectID, ...) (*db.Project, error)
- func (fake *FakeProject) ByIDArgsForCall(i int) (context.Context, db.DBTX, db.ProjectID, []db.ProjectSelectConfigOption)
- func (fake *FakeProject) ByIDCallCount() int
- func (fake *FakeProject) ByIDCalls(...)
- func (fake *FakeProject) ByIDReturns(result1 *db.Project, result2 error)
- func (fake *FakeProject) ByIDReturnsOnCall(i int, result1 *db.Project, result2 error)
- func (fake *FakeProject) ByName(arg1 context.Context, arg2 db.DBTX, arg3 models.Project, ...) (*db.Project, error)
- func (fake *FakeProject) ByNameArgsForCall(i int) (context.Context, db.DBTX, models.Project, []db.ProjectSelectConfigOption)
- func (fake *FakeProject) ByNameCallCount() int
- func (fake *FakeProject) ByNameCalls(...)
- func (fake *FakeProject) ByNameReturns(result1 *db.Project, result2 error)
- func (fake *FakeProject) ByNameReturnsOnCall(i int, result1 *db.Project, result2 error)
- func (fake *FakeProject) Invocations() map[string][][]interface{}
- type FakeTeam
- func (fake *FakeTeam) ByID(arg1 context.Context, arg2 db.DBTX, arg3 db.TeamID, ...) (*db.Team, error)
- func (fake *FakeTeam) ByIDArgsForCall(i int) (context.Context, db.DBTX, db.TeamID, []db.TeamSelectConfigOption)
- func (fake *FakeTeam) ByIDCallCount() int
- func (fake *FakeTeam) ByIDCalls(...)
- func (fake *FakeTeam) ByIDReturns(result1 *db.Team, result2 error)
- func (fake *FakeTeam) ByIDReturnsOnCall(i int, result1 *db.Team, result2 error)
- func (fake *FakeTeam) ByName(arg1 context.Context, arg2 db.DBTX, arg3 string, arg4 db.ProjectID, ...) (*db.Team, error)
- func (fake *FakeTeam) ByNameArgsForCall(i int) (context.Context, db.DBTX, string, db.ProjectID, []db.TeamSelectConfigOption)
- func (fake *FakeTeam) ByNameCallCount() int
- func (fake *FakeTeam) ByNameCalls(...)
- func (fake *FakeTeam) ByNameReturns(result1 *db.Team, result2 error)
- func (fake *FakeTeam) ByNameReturnsOnCall(i int, result1 *db.Team, result2 error)
- func (fake *FakeTeam) Create(arg1 context.Context, arg2 db.DBTX, arg3 *db.TeamCreateParams) (*db.Team, error)
- func (fake *FakeTeam) CreateArgsForCall(i int) (context.Context, db.DBTX, *db.TeamCreateParams)
- func (fake *FakeTeam) CreateCallCount() int
- func (fake *FakeTeam) CreateCalls(stub func(context.Context, db.DBTX, *db.TeamCreateParams) (*db.Team, error))
- func (fake *FakeTeam) CreateReturns(result1 *db.Team, result2 error)
- func (fake *FakeTeam) CreateReturnsOnCall(i int, result1 *db.Team, result2 error)
- func (fake *FakeTeam) Delete(arg1 context.Context, arg2 db.DBTX, arg3 db.TeamID) (*db.Team, error)
- func (fake *FakeTeam) DeleteArgsForCall(i int) (context.Context, db.DBTX, db.TeamID)
- func (fake *FakeTeam) DeleteCallCount() int
- func (fake *FakeTeam) DeleteCalls(stub func(context.Context, db.DBTX, db.TeamID) (*db.Team, error))
- func (fake *FakeTeam) DeleteReturns(result1 *db.Team, result2 error)
- func (fake *FakeTeam) DeleteReturnsOnCall(i int, result1 *db.Team, result2 error)
- func (fake *FakeTeam) Invocations() map[string][][]interface{}
- func (fake *FakeTeam) Update(arg1 context.Context, arg2 db.DBTX, arg3 db.TeamID, arg4 *db.TeamUpdateParams) (*db.Team, error)
- func (fake *FakeTeam) UpdateArgsForCall(i int) (context.Context, db.DBTX, db.TeamID, *db.TeamUpdateParams)
- func (fake *FakeTeam) UpdateCallCount() int
- func (fake *FakeTeam) UpdateCalls(...)
- func (fake *FakeTeam) UpdateReturns(result1 *db.Team, result2 error)
- func (fake *FakeTeam) UpdateReturnsOnCall(i int, result1 *db.Team, result2 error)
- type FakeUser
- func (fake *FakeUser) ByAPIKey(arg1 context.Context, arg2 db.DBTX, arg3 string) (*db.User, error)
- func (fake *FakeUser) ByAPIKeyArgsForCall(i int) (context.Context, db.DBTX, string)
- func (fake *FakeUser) ByAPIKeyCallCount() int
- func (fake *FakeUser) ByAPIKeyCalls(stub func(context.Context, db.DBTX, string) (*db.User, error))
- func (fake *FakeUser) ByAPIKeyReturns(result1 *db.User, result2 error)
- func (fake *FakeUser) ByAPIKeyReturnsOnCall(i int, result1 *db.User, result2 error)
- func (fake *FakeUser) ByEmail(arg1 context.Context, arg2 db.DBTX, arg3 string, ...) (*db.User, error)
- func (fake *FakeUser) ByEmailArgsForCall(i int) (context.Context, db.DBTX, string, []db.UserSelectConfigOption)
- func (fake *FakeUser) ByEmailCallCount() int
- func (fake *FakeUser) ByEmailCalls(...)
- func (fake *FakeUser) ByEmailReturns(result1 *db.User, result2 error)
- func (fake *FakeUser) ByEmailReturnsOnCall(i int, result1 *db.User, result2 error)
- func (fake *FakeUser) ByExternalID(arg1 context.Context, arg2 db.DBTX, arg3 string, ...) (*db.User, error)
- func (fake *FakeUser) ByExternalIDArgsForCall(i int) (context.Context, db.DBTX, string, []db.UserSelectConfigOption)
- func (fake *FakeUser) ByExternalIDCallCount() int
- func (fake *FakeUser) ByExternalIDCalls(...)
- func (fake *FakeUser) ByExternalIDReturns(result1 *db.User, result2 error)
- func (fake *FakeUser) ByExternalIDReturnsOnCall(i int, result1 *db.User, result2 error)
- func (fake *FakeUser) ByID(arg1 context.Context, arg2 db.DBTX, arg3 db.UserID, ...) (*db.User, error)
- func (fake *FakeUser) ByIDArgsForCall(i int) (context.Context, db.DBTX, db.UserID, []db.UserSelectConfigOption)
- func (fake *FakeUser) ByIDCallCount() int
- func (fake *FakeUser) ByIDCalls(...)
- func (fake *FakeUser) ByIDReturns(result1 *db.User, result2 error)
- func (fake *FakeUser) ByIDReturnsOnCall(i int, result1 *db.User, result2 error)
- func (fake *FakeUser) ByProject(arg1 context.Context, arg2 db.DBTX, arg3 db.ProjectID) ([]db.User, error)
- func (fake *FakeUser) ByProjectArgsForCall(i int) (context.Context, db.DBTX, db.ProjectID)
- func (fake *FakeUser) ByProjectCallCount() int
- func (fake *FakeUser) ByProjectCalls(stub func(context.Context, db.DBTX, db.ProjectID) ([]db.User, error))
- func (fake *FakeUser) ByProjectReturns(result1 []db.User, result2 error)
- func (fake *FakeUser) ByProjectReturnsOnCall(i int, result1 []db.User, result2 error)
- func (fake *FakeUser) ByTeam(arg1 context.Context, arg2 db.DBTX, arg3 db.TeamID) ([]db.User, error)
- func (fake *FakeUser) ByTeamArgsForCall(i int) (context.Context, db.DBTX, db.TeamID)
- func (fake *FakeUser) ByTeamCallCount() int
- func (fake *FakeUser) ByTeamCalls(stub func(context.Context, db.DBTX, db.TeamID) ([]db.User, error))
- func (fake *FakeUser) ByTeamReturns(result1 []db.User, result2 error)
- func (fake *FakeUser) ByTeamReturnsOnCall(i int, result1 []db.User, result2 error)
- func (fake *FakeUser) ByUsername(arg1 context.Context, arg2 db.DBTX, arg3 string, ...) (*db.User, error)
- func (fake *FakeUser) ByUsernameArgsForCall(i int) (context.Context, db.DBTX, string, []db.UserSelectConfigOption)
- func (fake *FakeUser) ByUsernameCallCount() int
- func (fake *FakeUser) ByUsernameCalls(...)
- func (fake *FakeUser) ByUsernameReturns(result1 *db.User, result2 error)
- func (fake *FakeUser) ByUsernameReturnsOnCall(i int, result1 *db.User, result2 error)
- func (fake *FakeUser) Create(arg1 context.Context, arg2 db.DBTX, arg3 *db.UserCreateParams) (*db.User, error)
- func (fake *FakeUser) CreateAPIKey(arg1 context.Context, arg2 db.DBTX, arg3 *db.User) (*db.UserAPIKey, error)
- func (fake *FakeUser) CreateAPIKeyArgsForCall(i int) (context.Context, db.DBTX, *db.User)
- func (fake *FakeUser) CreateAPIKeyCallCount() int
- func (fake *FakeUser) CreateAPIKeyCalls(stub func(context.Context, db.DBTX, *db.User) (*db.UserAPIKey, error))
- func (fake *FakeUser) CreateAPIKeyReturns(result1 *db.UserAPIKey, result2 error)
- func (fake *FakeUser) CreateAPIKeyReturnsOnCall(i int, result1 *db.UserAPIKey, result2 error)
- func (fake *FakeUser) CreateArgsForCall(i int) (context.Context, db.DBTX, *db.UserCreateParams)
- func (fake *FakeUser) CreateCallCount() int
- func (fake *FakeUser) CreateCalls(stub func(context.Context, db.DBTX, *db.UserCreateParams) (*db.User, error))
- func (fake *FakeUser) CreateReturns(result1 *db.User, result2 error)
- func (fake *FakeUser) CreateReturnsOnCall(i int, result1 *db.User, result2 error)
- func (fake *FakeUser) Delete(arg1 context.Context, arg2 db.DBTX, arg3 db.UserID) (*db.User, error)
- func (fake *FakeUser) DeleteAPIKey(arg1 context.Context, arg2 db.DBTX, arg3 string) (*db.UserAPIKey, error)
- func (fake *FakeUser) DeleteAPIKeyArgsForCall(i int) (context.Context, db.DBTX, string)
- func (fake *FakeUser) DeleteAPIKeyCallCount() int
- func (fake *FakeUser) DeleteAPIKeyCalls(stub func(context.Context, db.DBTX, string) (*db.UserAPIKey, error))
- func (fake *FakeUser) DeleteAPIKeyReturns(result1 *db.UserAPIKey, result2 error)
- func (fake *FakeUser) DeleteAPIKeyReturnsOnCall(i int, result1 *db.UserAPIKey, result2 error)
- func (fake *FakeUser) DeleteArgsForCall(i int) (context.Context, db.DBTX, db.UserID)
- func (fake *FakeUser) DeleteCallCount() int
- func (fake *FakeUser) DeleteCalls(stub func(context.Context, db.DBTX, db.UserID) (*db.User, error))
- func (fake *FakeUser) DeleteReturns(result1 *db.User, result2 error)
- func (fake *FakeUser) DeleteReturnsOnCall(i int, result1 *db.User, result2 error)
- func (fake *FakeUser) Invocations() map[string][][]interface{}
- func (fake *FakeUser) Update(arg1 context.Context, arg2 db.DBTX, arg3 db.UserID, arg4 *db.UserUpdateParams) (*db.User, error)
- func (fake *FakeUser) UpdateArgsForCall(i int) (context.Context, db.DBTX, db.UserID, *db.UserUpdateParams)
- func (fake *FakeUser) UpdateCallCount() int
- func (fake *FakeUser) UpdateCalls(...)
- func (fake *FakeUser) UpdateReturns(result1 *db.User, result2 error)
- func (fake *FakeUser) UpdateReturnsOnCall(i int, result1 *db.User, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeNotification ¶
type FakeNotification struct { CreateStub func(context.Context, db.DBTX, *db.NotificationCreateParams) (*db.Notification, error) DeleteStub func(context.Context, db.DBTX, db.NotificationID) (*db.Notification, error) LatestUserNotificationsStub func(context.Context, db.DBTX, *db.GetUserNotificationsParams) ([]db.GetUserNotificationsRow, error) // contains filtered or unexported fields }
func NewFakeNotification ¶
func NewFakeNotification(notifications ...*db.Notification) *FakeNotification
NewFakeNotification returns a mock for the Notification repository, initializing it with copies of the passed notifications.
func (*FakeNotification) Create ¶
func (fake *FakeNotification) Create(arg1 context.Context, arg2 db.DBTX, arg3 *db.NotificationCreateParams) (*db.Notification, error)
func (*FakeNotification) CreateArgsForCall ¶
func (fake *FakeNotification) CreateArgsForCall(i int) (context.Context, db.DBTX, *db.NotificationCreateParams)
func (*FakeNotification) CreateCallCount ¶
func (fake *FakeNotification) CreateCallCount() int
func (*FakeNotification) CreateCalls ¶
func (fake *FakeNotification) CreateCalls(stub func(context.Context, db.DBTX, *db.NotificationCreateParams) (*db.Notification, error))
func (*FakeNotification) CreateReturns ¶
func (fake *FakeNotification) CreateReturns(result1 *db.Notification, result2 error)
func (*FakeNotification) CreateReturnsOnCall ¶
func (fake *FakeNotification) CreateReturnsOnCall(i int, result1 *db.Notification, result2 error)
func (*FakeNotification) Delete ¶
func (fake *FakeNotification) Delete(arg1 context.Context, arg2 db.DBTX, arg3 db.NotificationID) (*db.Notification, error)
func (*FakeNotification) DeleteArgsForCall ¶
func (fake *FakeNotification) DeleteArgsForCall(i int) (context.Context, db.DBTX, db.NotificationID)
func (*FakeNotification) DeleteCallCount ¶
func (fake *FakeNotification) DeleteCallCount() int
func (*FakeNotification) DeleteCalls ¶
func (fake *FakeNotification) DeleteCalls(stub func(context.Context, db.DBTX, db.NotificationID) (*db.Notification, error))
func (*FakeNotification) DeleteReturns ¶
func (fake *FakeNotification) DeleteReturns(result1 *db.Notification, result2 error)
func (*FakeNotification) DeleteReturnsOnCall ¶
func (fake *FakeNotification) DeleteReturnsOnCall(i int, result1 *db.Notification, result2 error)
func (*FakeNotification) Invocations ¶
func (fake *FakeNotification) Invocations() map[string][][]interface{}
func (*FakeNotification) LatestUserNotifications ¶
func (fake *FakeNotification) LatestUserNotifications(arg1 context.Context, arg2 db.DBTX, arg3 *db.GetUserNotificationsParams) ([]db.GetUserNotificationsRow, error)
func (*FakeNotification) LatestUserNotificationsArgsForCall ¶
func (fake *FakeNotification) LatestUserNotificationsArgsForCall(i int) (context.Context, db.DBTX, *db.GetUserNotificationsParams)
func (*FakeNotification) LatestUserNotificationsCallCount ¶
func (fake *FakeNotification) LatestUserNotificationsCallCount() int
func (*FakeNotification) LatestUserNotificationsCalls ¶
func (fake *FakeNotification) LatestUserNotificationsCalls(stub func(context.Context, db.DBTX, *db.GetUserNotificationsParams) ([]db.GetUserNotificationsRow, error))
func (*FakeNotification) LatestUserNotificationsReturns ¶
func (fake *FakeNotification) LatestUserNotificationsReturns(result1 []db.GetUserNotificationsRow, result2 error)
func (*FakeNotification) LatestUserNotificationsReturnsOnCall ¶
func (fake *FakeNotification) LatestUserNotificationsReturnsOnCall(i int, result1 []db.GetUserNotificationsRow, result2 error)
type FakeProject ¶
type FakeProject struct { ByIDStub func(context.Context, db.DBTX, db.ProjectID, ...db.ProjectSelectConfigOption) (*db.Project, error) ByNameStub func(context.Context, db.DBTX, models.Project, ...db.ProjectSelectConfigOption) (*db.Project, error) // contains filtered or unexported fields }
func (*FakeProject) ByIDArgsForCall ¶
func (fake *FakeProject) ByIDArgsForCall(i int) (context.Context, db.DBTX, db.ProjectID, []db.ProjectSelectConfigOption)
func (*FakeProject) ByIDCallCount ¶
func (fake *FakeProject) ByIDCallCount() int
func (*FakeProject) ByIDReturns ¶
func (fake *FakeProject) ByIDReturns(result1 *db.Project, result2 error)
func (*FakeProject) ByIDReturnsOnCall ¶
func (fake *FakeProject) ByIDReturnsOnCall(i int, result1 *db.Project, result2 error)
func (*FakeProject) ByNameArgsForCall ¶
func (fake *FakeProject) ByNameArgsForCall(i int) (context.Context, db.DBTX, models.Project, []db.ProjectSelectConfigOption)
func (*FakeProject) ByNameCallCount ¶
func (fake *FakeProject) ByNameCallCount() int
func (*FakeProject) ByNameCalls ¶
func (*FakeProject) ByNameReturns ¶
func (fake *FakeProject) ByNameReturns(result1 *db.Project, result2 error)
func (*FakeProject) ByNameReturnsOnCall ¶
func (fake *FakeProject) ByNameReturnsOnCall(i int, result1 *db.Project, result2 error)
func (*FakeProject) Invocations ¶
func (fake *FakeProject) Invocations() map[string][][]interface{}
type FakeTeam ¶
type FakeTeam struct { ByIDStub func(context.Context, db.DBTX, db.TeamID, ...db.TeamSelectConfigOption) (*db.Team, error) ByNameStub func(context.Context, db.DBTX, string, db.ProjectID, ...db.TeamSelectConfigOption) (*db.Team, error) CreateStub func(context.Context, db.DBTX, *db.TeamCreateParams) (*db.Team, error) DeleteStub func(context.Context, db.DBTX, db.TeamID) (*db.Team, error) UpdateStub func(context.Context, db.DBTX, db.TeamID, *db.TeamUpdateParams) (*db.Team, error) // contains filtered or unexported fields }
func (*FakeTeam) ByIDArgsForCall ¶
func (*FakeTeam) ByIDCallCount ¶
func (*FakeTeam) ByIDReturnsOnCall ¶
func (*FakeTeam) ByNameArgsForCall ¶
func (*FakeTeam) ByNameCallCount ¶
func (*FakeTeam) ByNameCalls ¶
func (*FakeTeam) ByNameReturns ¶
func (*FakeTeam) ByNameReturnsOnCall ¶
func (*FakeTeam) CreateArgsForCall ¶
func (*FakeTeam) CreateCallCount ¶
func (*FakeTeam) CreateCalls ¶
func (*FakeTeam) CreateReturns ¶
func (*FakeTeam) CreateReturnsOnCall ¶
func (*FakeTeam) DeleteArgsForCall ¶
func (*FakeTeam) DeleteCallCount ¶
func (*FakeTeam) DeleteCalls ¶
func (*FakeTeam) DeleteReturns ¶
func (*FakeTeam) DeleteReturnsOnCall ¶
func (*FakeTeam) Invocations ¶
func (*FakeTeam) UpdateArgsForCall ¶
func (*FakeTeam) UpdateCallCount ¶
func (*FakeTeam) UpdateCalls ¶
func (*FakeTeam) UpdateReturns ¶
type FakeUser ¶
type FakeUser struct { ByAPIKeyStub func(context.Context, db.DBTX, string) (*db.User, error) ByEmailStub func(context.Context, db.DBTX, string, ...db.UserSelectConfigOption) (*db.User, error) ByExternalIDStub func(context.Context, db.DBTX, string, ...db.UserSelectConfigOption) (*db.User, error) ByIDStub func(context.Context, db.DBTX, db.UserID, ...db.UserSelectConfigOption) (*db.User, error) ByProjectStub func(context.Context, db.DBTX, db.ProjectID) ([]db.User, error) ByTeamStub func(context.Context, db.DBTX, db.TeamID) ([]db.User, error) ByUsernameStub func(context.Context, db.DBTX, string, ...db.UserSelectConfigOption) (*db.User, error) CreateStub func(context.Context, db.DBTX, *db.UserCreateParams) (*db.User, error) CreateAPIKeyStub func(context.Context, db.DBTX, *db.User) (*db.UserAPIKey, error) DeleteStub func(context.Context, db.DBTX, db.UserID) (*db.User, error) DeleteAPIKeyStub func(context.Context, db.DBTX, string) (*db.UserAPIKey, error) UpdateStub func(context.Context, db.DBTX, db.UserID, *db.UserUpdateParams) (*db.User, error) // contains filtered or unexported fields }
func (*FakeUser) ByAPIKeyArgsForCall ¶
func (*FakeUser) ByAPIKeyCallCount ¶
func (*FakeUser) ByAPIKeyCalls ¶
func (*FakeUser) ByAPIKeyReturns ¶
func (*FakeUser) ByAPIKeyReturnsOnCall ¶
func (*FakeUser) ByEmailArgsForCall ¶
func (*FakeUser) ByEmailCallCount ¶
func (*FakeUser) ByEmailCalls ¶
func (*FakeUser) ByEmailReturns ¶
func (*FakeUser) ByEmailReturnsOnCall ¶
func (*FakeUser) ByExternalID ¶
func (*FakeUser) ByExternalIDArgsForCall ¶
func (*FakeUser) ByExternalIDCallCount ¶
func (*FakeUser) ByExternalIDCalls ¶
func (*FakeUser) ByExternalIDReturns ¶
func (*FakeUser) ByExternalIDReturnsOnCall ¶
func (*FakeUser) ByIDArgsForCall ¶
func (*FakeUser) ByIDCallCount ¶
func (*FakeUser) ByIDReturnsOnCall ¶
func (*FakeUser) ByProjectArgsForCall ¶
func (*FakeUser) ByProjectCallCount ¶
func (*FakeUser) ByProjectCalls ¶
func (*FakeUser) ByProjectReturns ¶
func (*FakeUser) ByProjectReturnsOnCall ¶
func (*FakeUser) ByTeamArgsForCall ¶
func (*FakeUser) ByTeamCallCount ¶
func (*FakeUser) ByTeamCalls ¶
func (*FakeUser) ByTeamReturns ¶
func (*FakeUser) ByTeamReturnsOnCall ¶
func (*FakeUser) ByUsername ¶
func (*FakeUser) ByUsernameArgsForCall ¶
func (*FakeUser) ByUsernameCallCount ¶
func (*FakeUser) ByUsernameCalls ¶
func (*FakeUser) ByUsernameReturns ¶
func (*FakeUser) ByUsernameReturnsOnCall ¶
func (*FakeUser) CreateAPIKey ¶
func (*FakeUser) CreateAPIKeyArgsForCall ¶
func (*FakeUser) CreateAPIKeyCallCount ¶
func (*FakeUser) CreateAPIKeyCalls ¶
func (*FakeUser) CreateAPIKeyReturns ¶
func (fake *FakeUser) CreateAPIKeyReturns(result1 *db.UserAPIKey, result2 error)
func (*FakeUser) CreateAPIKeyReturnsOnCall ¶
func (fake *FakeUser) CreateAPIKeyReturnsOnCall(i int, result1 *db.UserAPIKey, result2 error)
func (*FakeUser) CreateArgsForCall ¶
func (*FakeUser) CreateCallCount ¶
func (*FakeUser) CreateCalls ¶
func (*FakeUser) CreateReturns ¶
func (*FakeUser) CreateReturnsOnCall ¶
func (*FakeUser) DeleteAPIKey ¶
func (*FakeUser) DeleteAPIKeyArgsForCall ¶
func (*FakeUser) DeleteAPIKeyCallCount ¶
func (*FakeUser) DeleteAPIKeyCalls ¶
func (*FakeUser) DeleteAPIKeyReturns ¶
func (fake *FakeUser) DeleteAPIKeyReturns(result1 *db.UserAPIKey, result2 error)
func (*FakeUser) DeleteAPIKeyReturnsOnCall ¶
func (fake *FakeUser) DeleteAPIKeyReturnsOnCall(i int, result1 *db.UserAPIKey, result2 error)
func (*FakeUser) DeleteArgsForCall ¶
func (*FakeUser) DeleteCallCount ¶
func (*FakeUser) DeleteCalls ¶
func (*FakeUser) DeleteReturns ¶
func (*FakeUser) DeleteReturnsOnCall ¶
func (*FakeUser) Invocations ¶
func (*FakeUser) UpdateArgsForCall ¶
func (*FakeUser) UpdateCallCount ¶
func (*FakeUser) UpdateCalls ¶
func (*FakeUser) UpdateReturns ¶
Click to show internal directories.
Click to hide internal directories.