NewTestUser creates a user that can be used with NewTestHandler and NewTestClient.
(username string)
| 2 | |
| 3 | // NewTestUser creates a user that can be used with NewTestHandler and NewTestClient. |
| 4 | func NewTestUser(username string) *TestUser { |
| 5 | return &TestUser{ |
| 6 | username: username, |
| 7 | keyboardInteractive: map[string]string{}, |
| 8 | } |
| 9 | } |
no outgoing calls