mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 09:49:12 +00:00
10 lines
189 B
Go
10 lines
189 B
Go
package cloudflare
|
|
|
|
import (
|
|
"github.com/syumai/workers/cloudflare/r2"
|
|
)
|
|
|
|
// R2Objects represents Cloudflare R2 objects.
|
|
// Deprecated: use r2.Objects instead.
|
|
type R2Objects = r2.Objects
|