Documentation
      ¶
    
    
  
    
  
    Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeRepository
 - func (fake *FakeRepository) Invocations() map[string][][]interface{}
 - func (fake *FakeRepository) UpdatePassword(old string, new string) error
 - func (fake *FakeRepository) UpdatePasswordArgsForCall(i int) (string, string)
 - func (fake *FakeRepository) UpdatePasswordCallCount() int
 - func (fake *FakeRepository) UpdatePasswordReturns(result1 error)
 
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) Invocations ¶
func (fake *FakeRepository) Invocations() map[string][][]interface{}
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.