6 lines
74 B
Go
6 lines
74 B
Go
|
package response
|
||
|
|
||
|
type UploadLimit struct {
|
||
|
Limit int64 `json:"limit"`
|
||
|
}
|