aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/client/example_test.go
Commit message (Collapse)AuthorAgeFilesLines
* transport: create Client interface (#132)Santiago M. Mola2016-11-231-0/+21
* 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