diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2018-02-19 20:51:16 +0100 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2018-02-19 20:51:16 +0100 |
| commit | 8f777460661bbbcbe42730979140f525b382110e (patch) | |
| tree | f6360dc2f4c7ce9342de38c88cde247fa70a4467 /doc.go | |
| parent | 46081e2068aeea62783863515ab116bb6af20661 (diff) | |
| download | go-schwift-8f777460661bbbcbe42730979140f525b382110e.tar.gz | |
introduce Client interface
Diffstat (limited to 'doc.go')
| -rw-r--r-- | doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ Or, if you use Swift's built-in authentication instead of Keystone: Key: "password", }) -Then, in both cases, you use schwift.AccountFromClient() to obtain a +Then, in both cases, you use schwift.AccountFromGophercloud() to obtain a schwift.Account instance, from which point you have access to all of schwift's API. |
