This commit is contained in:
Evan Jarrett
2026-01-04 21:11:32 -06:00
parent a7175f9e3e
commit 680e4bdfe2
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ type QuotaStats struct {
UserDID string `json:"userDid"`
UniqueBlobs int `json:"uniqueBlobs"`
TotalSize int64 `json:"totalSize"`
Limit *int64 `json:"limit,omitempty"` // nil = unlimited
Berth string `json:"berth,omitempty"` // e.g., "deckhand", "bosun", "owner"
Limit *int64 `json:"limit,omitempty"` // nil = unlimited
Berth string `json:"berth,omitempty"` // e.g., "deckhand", "bosun", "owner"
}
func (h *StorageHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {