agecem-org/apiresponse/document.go

11 lines
127 B
Go
Raw Normal View History

package apiresponse
type V1DocumentPOST struct {
Response
Data struct {
Bucket string
Key string
Size int64
}
}