mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-20 09:14:16 +00:00
fmt
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user