mirror of
https://github.com/minio/minio.git
synced 2026-02-10 04:40:14 -05:00
Port ListBuckets to websockets layer & some cleanup (#19199)
This commit is contained in:
@@ -32,6 +32,10 @@ import (
|
||||
xioutil "github.com/minio/minio/internal/ioutil"
|
||||
)
|
||||
|
||||
//go:generate msgp -file $GOFILE -io=false -tests=false -unexported=false
|
||||
|
||||
//msgp:ignore ObjectOptions TransitionOptions DeleteBucketOptions
|
||||
|
||||
// CheckPreconditionFn returns true if precondition check failed.
|
||||
type CheckPreconditionFn func(o ObjectInfo) bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user