cdn

package
v0.0.0-...-f2df7ab Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2025 License: AGPL-3.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handle

func Handle(w http.ResponseWriter, r *http.Request)

func HandleLegacyResources

func HandleLegacyResources(w http.ResponseWriter, r *http.Request)

Types

type ListBucketResult

type ListBucketResult struct {
	XMLName  xml.Name `xml:"ListBucketResult"`
	Name     string   `xml:"Name"`
	Contents []Object `xml:"Contents"`
}

type Object

type Object struct {
	Key  string `xml:"Key"`
	Size int    `xml:"Size"`

	Hash     string    `xml:"-"`
	Modified time.Time `xml:"-"`
}

Jump to

Keyboard shortcuts

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