mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 01:39:11 +00:00
6 lines
61 B
Go
6 lines
61 B
Go
![]() |
package main
|
||
|
|
||
|
type R2Objects struct {
|
||
|
Objects []*R2Object
|
||
|
}
|