Forgot to pointer it
This commit is contained in:
parent
240c50b06c
commit
f2cbf28b20
2
main.go
2
main.go
|
@ -24,7 +24,7 @@ type OAuthResponse struct {
|
||||||
type File struct {
|
type File struct {
|
||||||
Name string `validate:"required"`
|
Name string `validate:"required"`
|
||||||
User uuid.UUID `validate:"required"`
|
User uuid.UUID `validate:"required"`
|
||||||
Reader io.LimitedReader // Only used for write operations
|
Reader *io.LimitedReader // Only used for write operations
|
||||||
}
|
}
|
||||||
|
|
||||||
type Quota struct {
|
type Quota struct {
|
||||||
|
|
Loading…
Reference in New Issue