Searched defs:plainAuth (Results 1 – 1 of 1) sorted by relevance
40 type plainAuth struct { struct41 identity, username, password string42 host string61 func (a *plainAuth) Start(server *ServerInfo) (string, []byte, error) {77 func (a *plainAuth) Next(fromServer []byte, more bool) ([]byte, error) {