Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Admin ¶
type Admin struct {
SetBucketPlacement SetBucketPlacement `cmd:"" usage:"set the default placement of a bucket"`
}
type SetBucketPlacement ¶
type SetBucketPlacement struct { Bucket string `arg:"" required:"" help:"name of the bucket"` Placement int `arg:"" required:"" help:"placement for the bucket"` }
func (*SetBucketPlacement) Run ¶
func (s *SetBucketPlacement) Run() error
Click to show internal directories.
Click to hide internal directories.