aboutsummaryrefslogtreecommitdiff
path: root/backend.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix gophercloud lint complainsSandro Jäckel2024-07-011-11/+11
|
* Format with go 1.19Sandro Jäckel2022-10-261-5/+5
|
* add configurable User-Agent to Schwift, GopherschwiftStefan Majewsky2018-05-031-5/+10
|
* proof-read documentationStefan Majewsky2018-05-031-3/+5
|
* update documentation with new Gophercloud best practicesStefan Majewsky2018-04-291-2/+0
|
* reorganize codeStefan Majewsky2018-02-191-0/+43
* Gophercloud dependencies move into subpackage gopherschwift. * Tests move into subpackage tests (to avoid import cycles). + Rename "Client" to "Backend".