- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for WriteAllHandler (0.07 sec)
-
cmd/storage-datatypes.go
type ReadAllHandlerParams struct { DiskID string `msg:"id"` Volume string `msg:"v"` FilePath string `msg:"fp"` } // WriteAllHandlerParams are parameters for WriteAllHandler. type WriteAllHandlerParams struct { DiskID string `msg:"id"` Volume string `msg:"v"` FilePath string `msg:"fp"` Buf []byte `msg:"b"` } // RenameDataResp - RenameData()'s response.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 17.3K bytes - Viewed (0)