mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 00:03:29 +03:00
Change ControllerArgs Hosts array to Host string
This commit is contained in:
+3
-3
@@ -38,9 +38,9 @@ type ServerArg struct{}
|
||||
|
||||
// ControllerArgs controller params
|
||||
type ControllerArgs struct {
|
||||
Hosts []string `json:"hosts"` // hosts is a collection of host or host:port
|
||||
SSL bool `json:"ssl"`
|
||||
ID string `json:"id"`
|
||||
Host string `json:"host"` // host or host:port
|
||||
SSL bool `json:"ssl"`
|
||||
ID string `json:"id"`
|
||||
}
|
||||
|
||||
//// RPC replies
|
||||
|
||||
Reference in New Issue
Block a user