Documentation
¶
Index ¶
- func Init()
- type CloseFileRequest
- type CreateDirectoryRequest
- type CreateFileRequest
- type DeleteDirectoryRequest
- type DeleteFileRequest
- type EmptyResponse
- type FileInfo
- type GetFileAttributesRequest
- type GetFileAttributesResponse
- type Message
- type OpenFileRequest
- type OpenFileResponse
- type ReadDirectoryRequest
- type ReadDirectoryResponse
- type ReadFileRequest
- type ReadFileResponse
- type RenameRequest
- type TruncateRequest
- type WriteFileRequest
- type WriteFileResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloseFileRequest ¶
type CloseFileRequest struct {
FileHandle uint64
}
type CreateDirectoryRequest ¶
type CreateFileRequest ¶
type CreateFileRequest struct {
Path string
}
type DeleteDirectoryRequest ¶
type DeleteDirectoryRequest struct {
Path string
}
type DeleteFileRequest ¶
type DeleteFileRequest struct {
Path string
}
type EmptyResponse ¶
type EmptyResponse struct{}
type GetFileAttributesResponse ¶
type GetFileAttributesResponse struct {
FileInfo FileInfo
}
type OpenFileRequest ¶
type OpenFileResponse ¶
type OpenFileResponse struct {
FileHandle uint64
}
type ReadDirectoryRequest ¶
type ReadDirectoryRequest struct {
Path string
}
type ReadDirectoryResponse ¶
type ReadDirectoryResponse struct {
Files []FileInfo
}
type ReadFileRequest ¶
type ReadFileResponse ¶
type RenameRequest ¶
type TruncateRequest ¶
type WriteFileRequest ¶
type WriteFileResponse ¶
type WriteFileResponse struct {
BytesWritten int
}
Click to show internal directories.
Click to hide internal directories.