Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAuthDB ¶
type FakeAuthDB struct {
GetTeamByNameStub func(teamName string) (db.SavedTeam, bool, error)
// contains filtered or unexported fields
}
func (*FakeAuthDB) GetTeamByName ¶
func (*FakeAuthDB) GetTeamByNameArgsForCall ¶
func (fake *FakeAuthDB) GetTeamByNameArgsForCall(i int) string
func (*FakeAuthDB) GetTeamByNameCallCount ¶
func (fake *FakeAuthDB) GetTeamByNameCallCount() int
func (*FakeAuthDB) GetTeamByNameReturns ¶
func (fake *FakeAuthDB) GetTeamByNameReturns(result1 db.SavedTeam, result2 bool, result3 error)
Click to show internal directories.
Click to hide internal directories.