aboutsummaryrefslogtreecommitdiff
path: root/client.go
Commit message (Collapse)AuthorAgeFilesLines
* reorganize codeStefan Majewsky2018-02-191-94/+0
| | | | | | * Gophercloud dependencies move into subpackage gopherschwift. * Tests move into subpackage tests (to avoid import cycles). + Rename "Client" to "Backend".
* introduce Client interfaceStefan Majewsky2018-02-191-0/+94