move a collection of peer APIs to websockets (#18936)

This commit is contained in:
Harshavardhana
2024-02-01 10:47:20 -08:00
committed by GitHub
parent ee0055b929
commit 6440d0fbf3
7 changed files with 632 additions and 346 deletions
+5
View File
@@ -451,3 +451,8 @@ type ReadAllHandlerParams struct {
type RenameDataResp struct {
Signature uint64 `msg:"sig"`
}
// LocalDiskIDs - GetLocalIDs response.
type LocalDiskIDs struct {
IDs []string
}