Home
last modified time | relevance | path

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

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dadmin-tier-info.go205 type tierInfoMessage struct { struct
206 Status string `json:"status"`
207 Context *cli.Context `json:"-"`
208 TierInfos tierInfos `json:"tiers,omitempty"`
209 Error string `json:"error,omitempty"`
213 func (msg *tierInfoMessage) String() string {
221 func (msg *tierInfoMessage) JSON() string {