Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListOption ¶
type ListOption func(*ListOptions)
func WithStartAfter ¶
func WithStartAfter(s string) ListOption
type ListOptions ¶
type ListOptions struct {
StartAfter string
}
func NewListOptions ¶
func NewListOptions(opts ...ListOption) *ListOptions
type Object ¶
type Object struct { URL *url.URL Metadata *ObjectMetadata }
type ObjectMetadata ¶
type Reader ¶
type Reader interface { io.ReadCloser }
type Writer ¶
type Writer interface { io.WriteCloser }
Click to show internal directories.
Click to hide internal directories.