From 8f777460661bbbcbe42730979140f525b382110e Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Mon, 19 Feb 2018 20:51:16 +0100 Subject: introduce Client interface --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index 1fe46e4..bf50a20 100644 --- a/doc.go +++ b/doc.go @@ -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. -- cgit v1.2.3