Home
last modified time | relevance | path

Searched defs:quotaMessage (Results 1 – 1 of 1) sorted by relevance

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dadmin-bucket-quota.go48 type quotaMessage struct { struct
49 op string
50 Status string `json:"status"`
51 Bucket string `json:"bucket"`
52 Quota uint64 `json:"quota,omitempty"`
53 QuotaType string `json:"type,omitempty"`
56 func (q quotaMessage) String() string {
70 func (q quotaMessage) JSON() string {