mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
move a collection of peer APIs to websockets (#18936)
This commit is contained in:
@@ -451,3 +451,8 @@ type ReadAllHandlerParams struct {
|
||||
type RenameDataResp struct {
|
||||
Signature uint64 `msg:"sig"`
|
||||
}
|
||||
|
||||
// LocalDiskIDs - GetLocalIDs response.
|
||||
type LocalDiskIDs struct {
|
||||
IDs []string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user