(username, password string)
| 39 | PlainAuth |
| 40 | ListUsers() ([]string, error) |
| 41 | CreateUser(username, password string) error |
| 42 | SetUserPassword(username, password string) error |
| 43 | DeleteUser(username string) error |
| 44 | } |
no outgoing calls
no test coverage detected