aboutsummaryrefslogtreecommitdiff
path: root/container.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2018-05-03 14:09:36 +0200
committerStefan Majewsky <majewsky@gmx.net>2018-05-03 14:09:36 +0200
commit8cb7c02b4294d3f596633284abc144ba98b565b8 (patch)
treed171d6614aaee0e53b1ebea3c9345e3ff65af4a3 /container.go
parent1a64fd95e191e87b9d0c1e0e9556cff92fc230a5 (diff)
downloadgo-schwift-8cb7c02b4294d3f596633284abc144ba98b565b8.tar.gz
proof-read documentation
Diffstat (limited to 'container.go')
-rw-r--r--container.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/container.go b/container.go
index 80aeca3..6982efe 100644
--- a/container.go
+++ b/container.go
@@ -22,7 +22,9 @@ import (
"net/http"
)
-//Container represents a Swift container.
+//Container represents a Swift container. Instances are usually obtained by
+//traversing downwards from an account with Account.Container() or
+//Account.Containers(), or upwards from an object with Object.Container().
type Container struct {
a *Account
name string