types

package
v0.0.0-...-737feb0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2023 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AwsUser

type AwsUser struct {
	ID          string `xml:"ID"`
	DisplayName string `xml:"DisplayName"`
}

func NewAwsUser

func NewAwsUser(name string) AwsUser

type Bucket

type Bucket struct {
	Name         string    `xml:"Name"`
	CreationDate time.Time `xml:"CreationDate"`
}

func NewBucket

func NewBucket(name string, creationDate time.Time) Bucket

type ListBucketsOutput

type ListBucketsOutput struct {
	XMLName xml.Name `xml:"http://s3.amazonaws.com/doc/2006-03-01 ListAllMyBucketsResult"`
	Owner   AwsUser  `xml:"Owner"`
	Buckets []Bucket `xml:"Buckets>Bucket"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL