|
|
@ -24,7 +24,6 @@ import ( |
|
|
|
"net/http" |
|
|
|
"net/http" |
|
|
|
"net/url" |
|
|
|
"net/url" |
|
|
|
"strconv" |
|
|
|
"strconv" |
|
|
|
"time" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
humanize "github.com/dustin/go-humanize" |
|
|
|
humanize "github.com/dustin/go-humanize" |
|
|
|
"github.com/minio/minio/pkg/cpu" |
|
|
|
"github.com/minio/minio/pkg/cpu" |
|
|
@ -425,7 +424,7 @@ type XlBackend struct { |
|
|
|
type ServerProperties struct { |
|
|
|
type ServerProperties struct { |
|
|
|
State string `json:"state"` |
|
|
|
State string `json:"state"` |
|
|
|
Endpoint string `json:"endpoint"` |
|
|
|
Endpoint string `json:"endpoint"` |
|
|
|
Uptime time.Duration `json:"uptime"` |
|
|
|
Uptime int64 `json:"uptime"` |
|
|
|
Version string `json:"version"` |
|
|
|
Version string `json:"version"` |
|
|
|
CommitID string `json:"commitID"` |
|
|
|
CommitID string `json:"commitID"` |
|
|
|
Network map[string]string `json:"network"` |
|
|
|
Network map[string]string `json:"network"` |
|
|
|