aboutsummaryrefslogtreecommitdiff
path: root/container.go
diff options
context:
space:
mode:
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