package
Version:
v1.12.0
Opens a new window with list of versions in this module.
Published: Aug 23, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 8
Opens a new window with list of known importers.
Documentation
¶
type Bucket struct {
Name string `json:"name"`
CreationDate string `json:"creationDate"`
}
type ListBucketResult struct {
Owner User `json:"owner"`
Buckets []Bucket `json:"buckets"`
}
type User struct {
Id string `json:"id"`
DisplayName string `json:"displayName"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.