mirror of
https://github.com/minio/mc.git
synced 2025-11-13 12:22:45 +03:00
Donut command
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"net/url"
|
||||
|
||||
"github.com/codegangsta/cli"
|
||||
)
|
||||
|
||||
@@ -91,6 +93,7 @@ type object struct {
|
||||
key string
|
||||
host string
|
||||
scheme string
|
||||
url *url.URL
|
||||
}
|
||||
|
||||
type cmdArgs struct {
|
||||
|
||||
Reference in New Issue
Block a user