mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 01:39:11 +00:00
fix build error
This commit is contained in:
parent
6fbbbd8737
commit
dd44ee2c0d
@ -10,7 +10,9 @@ import (
|
|||||||
type R2Objects struct {
|
type R2Objects struct {
|
||||||
Objects []*R2Object
|
Objects []*R2Object
|
||||||
Truncated bool
|
Truncated bool
|
||||||
Cursor *string
|
// Cursor indicates next cursor of R2Objects.
|
||||||
|
// * This becomes empty string if cursor doesn't exist.
|
||||||
|
Cursor string
|
||||||
DelimitedPrefixes []string
|
DelimitedPrefixes []string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user