fix build error

This commit is contained in:
syumai 2022-05-29 11:20:09 +09:00
parent 6fbbbd8737
commit dd44ee2c0d

View File

@ -10,7 +10,9 @@ import (
type R2Objects struct {
Objects []*R2Object
Truncated bool
Cursor *string
// Cursor indicates next cursor of R2Objects.
// * This becomes empty string if cursor doesn't exist.
Cursor string
DelimitedPrefixes []string
}