types

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: MIT Imports: 3 Imported by: 0

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 ObjectMetadata struct {
	Size             uint64
	ModificationDate time.Time
}

type Reader

type Reader interface {
	io.ReadCloser
}

type ReaderAt

type ReaderAt interface {
	io.Closer
	io.ReaderAt
}

type Writer

type Writer interface {
	io.WriteCloser
}

Jump to

Keyboard shortcuts

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