mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
rename Force to Immediate for clarity (#18540)
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
// DeleteOptions represents the disk level delete options available for the APIs
|
||||
type DeleteOptions struct {
|
||||
Recursive bool `msg:"r"`
|
||||
Force bool `msg:"f"`
|
||||
Immediate bool `msg:"i"`
|
||||
}
|
||||
|
||||
//go:generate msgp -file=$GOFILE
|
||||
|
||||
Reference in New Issue
Block a user