authenticatePassword always returns true and a nil error, just for the sake of demonstration
(_, _ string)
| 56 | // authenticatePassword always returns true and a nil error, just |
| 57 | // for the sake of demonstration |
| 58 | func authenticatePassword(_, _ string) (bool, error) { |
| 59 | return true, nil |
| 60 | } |
no outgoing calls
no test coverage detected