agecem-org/apiresponse/document.go
Victor Lacasse-Beaudoin 9a8a0abe2e change!: renommer HandleV1DocumentCreate à V1DocumentPOST
BREAKING: renommer `HandleV1DocumentCreate` à `V1DocumentPOST`
2023-11-20 15:36:27 -05:00

10 lines
127 B
Go

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