aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/client/ssh/auth_method_test.go
Commit message (Collapse)AuthorAgeFilesLines
* transport: create Client interface (#132)Santiago M. Mola2016-11-231-94/+0
| | | | | | | | | | | | | | | * plumbing: move plumbing/client package to plumbing/transport. * transport: create Client interface. * A Client can instantiate any client transport service. * InstallProtocol installs a Client for a given protocol, instead of just a UploadPackService. * A Client can open a session for fetch-pack or send-pack for a specific Endpoint. * Adapt ssh and http clients to the new client interface. * updated doc
* new plumbing package (#118)Máximo Cuadros2016-11-081-0/+94
* plumbing: now core was renamed to core, and formats and clients moved inside