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 FakeRepository ¶
type FakeRepository struct { UpdatePasswordStub func(old string, new string) error // contains filtered or unexported fields }
func (*FakeRepository) UpdatePassword ¶
func (fake *FakeRepository) UpdatePassword(old string, new string) error
func (*FakeRepository) UpdatePasswordArgsForCall ¶
func (fake *FakeRepository) UpdatePasswordArgsForCall(i int) (string, string)
func (*FakeRepository) UpdatePasswordCallCount ¶
func (fake *FakeRepository) UpdatePasswordCallCount() int
func (*FakeRepository) UpdatePasswordReturns ¶
func (fake *FakeRepository) UpdatePasswordReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.