Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterFSServer(s *grpc.Server, srv FSServer)
- type ChmodRequest
- func (*ChmodRequest) Descriptor() ([]byte, []int)
- func (m *ChmodRequest) GetMode() uint32
- func (m *ChmodRequest) GetName() string
- func (*ChmodRequest) ProtoMessage()
- func (m *ChmodRequest) Reset()
- func (m *ChmodRequest) String() string
- func (m *ChmodRequest) XXX_DiscardUnknown()
- func (m *ChmodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChmodRequest) XXX_Merge(src proto.Message)
- func (m *ChmodRequest) XXX_Size() int
- func (m *ChmodRequest) XXX_Unmarshal(b []byte) error
- type ChmodResponse
- func (*ChmodResponse) Descriptor() ([]byte, []int)
- func (*ChmodResponse) ProtoMessage()
- func (m *ChmodResponse) Reset()
- func (m *ChmodResponse) String() string
- func (m *ChmodResponse) XXX_DiscardUnknown()
- func (m *ChmodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChmodResponse) XXX_Merge(src proto.Message)
- func (m *ChmodResponse) XXX_Size() int
- func (m *ChmodResponse) XXX_Unmarshal(b []byte) error
- type ChtimesRequest
- func (*ChtimesRequest) Descriptor() ([]byte, []int)
- func (m *ChtimesRequest) GetAdded() int64
- func (m *ChtimesRequest) GetModified() int64
- func (m *ChtimesRequest) GetName() string
- func (*ChtimesRequest) ProtoMessage()
- func (m *ChtimesRequest) Reset()
- func (m *ChtimesRequest) String() string
- func (m *ChtimesRequest) XXX_DiscardUnknown()
- func (m *ChtimesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChtimesRequest) XXX_Merge(src proto.Message)
- func (m *ChtimesRequest) XXX_Size() int
- func (m *ChtimesRequest) XXX_Unmarshal(b []byte) error
- type ChtimesResponse
- func (*ChtimesResponse) Descriptor() ([]byte, []int)
- func (*ChtimesResponse) ProtoMessage()
- func (m *ChtimesResponse) Reset()
- func (m *ChtimesResponse) String() string
- func (m *ChtimesResponse) XXX_DiscardUnknown()
- func (m *ChtimesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChtimesResponse) XXX_Merge(src proto.Message)
- func (m *ChtimesResponse) XXX_Size() int
- func (m *ChtimesResponse) XXX_Unmarshal(b []byte) error
- type FSClient
- type FSServer
- type FS_OpenClient
- type FS_OpenServer
- type FileInfo
- func (*FileInfo) Descriptor() ([]byte, []int)
- func (m *FileInfo) GetIsDir() bool
- func (m *FileInfo) GetModTime() int64
- func (m *FileInfo) GetMode() uint32
- func (m *FileInfo) GetName() string
- func (m *FileInfo) GetSize() int64
- func (*FileInfo) ProtoMessage()
- func (m *FileInfo) Reset()
- func (m *FileInfo) String() string
- func (m *FileInfo) XXX_DiscardUnknown()
- func (m *FileInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FileInfo) XXX_Merge(src proto.Message)
- func (m *FileInfo) XXX_Size() int
- func (m *FileInfo) XXX_Unmarshal(b []byte) error
- type FileRequest
- func (*FileRequest) Descriptor() ([]byte, []int)
- func (m *FileRequest) GetName() string
- func (m *FileRequest) GetOpen() *OpenRequest
- func (m *FileRequest) GetRead() *ReadRequest
- func (m *FileRequest) GetReadAt() *ReadAtRequest
- func (m *FileRequest) GetReaddir() *ReaddirRequest
- func (m *FileRequest) GetReaddirnames() *ReaddirnamesRequest
- func (m *FileRequest) GetRequest() isFileRequest_Request
- func (m *FileRequest) GetSeek() *SeekRequest
- func (m *FileRequest) GetStat() *StatRequest
- func (m *FileRequest) GetTruncate() *TruncateRequest
- func (m *FileRequest) GetWrite() *WriteRequest
- func (m *FileRequest) GetWriteAt() *WriteAtRequest
- func (*FileRequest) ProtoMessage()
- func (m *FileRequest) Reset()
- func (m *FileRequest) String() string
- func (m *FileRequest) XXX_DiscardUnknown()
- func (m *FileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FileRequest) XXX_Merge(src proto.Message)
- func (*FileRequest) XXX_OneofWrappers() []interface{}
- func (m *FileRequest) XXX_Size() int
- func (m *FileRequest) XXX_Unmarshal(b []byte) error
- type FileRequest_Name
- type FileRequest_Open
- type FileRequest_Read
- type FileRequest_ReadAt
- type FileRequest_Readdir
- type FileRequest_Readdirnames
- type FileRequest_Seek
- type FileRequest_Stat
- type FileRequest_Truncate
- type FileRequest_Write
- type FileRequest_WriteAt
- type FileResponse
- func (*FileResponse) Descriptor() ([]byte, []int)
- func (m *FileResponse) GetFileInfo() *FileInfo
- func (m *FileResponse) GetOpen() *OpenResponse
- func (m *FileResponse) GetRead() *ReadResponse
- func (m *FileResponse) GetReaddir() *ReaddirResponse
- func (m *FileResponse) GetReaddirnames() *ReaddirnamesResponse
- func (m *FileResponse) GetResponse() isFileResponse_Response
- func (m *FileResponse) GetSeek() *SeekResponse
- func (m *FileResponse) GetWrite() *WriteResponse
- func (*FileResponse) ProtoMessage()
- func (m *FileResponse) Reset()
- func (m *FileResponse) String() string
- func (m *FileResponse) XXX_DiscardUnknown()
- func (m *FileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FileResponse) XXX_Merge(src proto.Message)
- func (*FileResponse) XXX_OneofWrappers() []interface{}
- func (m *FileResponse) XXX_Size() int
- func (m *FileResponse) XXX_Unmarshal(b []byte) error
- type FileResponse_FileInfo
- type FileResponse_Open
- type FileResponse_Read
- type FileResponse_Readdir
- type FileResponse_Readdirnames
- type FileResponse_Seek
- type FileResponse_Write
- type Handler
- func (h *Handler) Chmod(ctx context.Context, in *ChmodRequest) (*ChmodResponse, error)
- func (h *Handler) Chtimes(ctx context.Context, in *ChtimesRequest) (*ChtimesResponse, error)
- func (h *Handler) Mkdir(ctx context.Context, in *MkdirRequest) (*MkdirResponse, error)
- func (h *Handler) MkdirAll(ctx context.Context, in *MkdirAllRequest) (*MkdirAllResponse, error)
- func (h *Handler) Open(stream FS_OpenServer) error
- func (h *Handler) Remove(ctx context.Context, in *RemoveRequest) (*RemoveResponse, error)
- func (h *Handler) RemoveAll(ctx context.Context, in *RemoveAllRequest) (*RemoveAllResponse, error)
- func (h *Handler) Rename(ctx context.Context, in *RenameRequest) (*RenameResponse, error)
- func (h *Handler) Stat(ctx context.Context, in *FileRequest) (*FileInfo, error)
- type MkdirAllRequest
- func (*MkdirAllRequest) Descriptor() ([]byte, []int)
- func (m *MkdirAllRequest) GetPath() string
- func (m *MkdirAllRequest) GetPerm() uint32
- func (*MkdirAllRequest) ProtoMessage()
- func (m *MkdirAllRequest) Reset()
- func (m *MkdirAllRequest) String() string
- func (m *MkdirAllRequest) XXX_DiscardUnknown()
- func (m *MkdirAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MkdirAllRequest) XXX_Merge(src proto.Message)
- func (m *MkdirAllRequest) XXX_Size() int
- func (m *MkdirAllRequest) XXX_Unmarshal(b []byte) error
- type MkdirAllResponse
- func (*MkdirAllResponse) Descriptor() ([]byte, []int)
- func (*MkdirAllResponse) ProtoMessage()
- func (m *MkdirAllResponse) Reset()
- func (m *MkdirAllResponse) String() string
- func (m *MkdirAllResponse) XXX_DiscardUnknown()
- func (m *MkdirAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MkdirAllResponse) XXX_Merge(src proto.Message)
- func (m *MkdirAllResponse) XXX_Size() int
- func (m *MkdirAllResponse) XXX_Unmarshal(b []byte) error
- type MkdirRequest
- func (*MkdirRequest) Descriptor() ([]byte, []int)
- func (m *MkdirRequest) GetName() string
- func (m *MkdirRequest) GetPerm() uint32
- func (*MkdirRequest) ProtoMessage()
- func (m *MkdirRequest) Reset()
- func (m *MkdirRequest) String() string
- func (m *MkdirRequest) XXX_DiscardUnknown()
- func (m *MkdirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MkdirRequest) XXX_Merge(src proto.Message)
- func (m *MkdirRequest) XXX_Size() int
- func (m *MkdirRequest) XXX_Unmarshal(b []byte) error
- type MkdirResponse
- func (*MkdirResponse) Descriptor() ([]byte, []int)
- func (*MkdirResponse) ProtoMessage()
- func (m *MkdirResponse) Reset()
- func (m *MkdirResponse) String() string
- func (m *MkdirResponse) XXX_DiscardUnknown()
- func (m *MkdirResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MkdirResponse) XXX_Merge(src proto.Message)
- func (m *MkdirResponse) XXX_Size() int
- func (m *MkdirResponse) XXX_Unmarshal(b []byte) error
- type OpenRequest
- func (*OpenRequest) Descriptor() ([]byte, []int)
- func (m *OpenRequest) GetFileMode() uint32
- func (m *OpenRequest) GetFlag() int64
- func (m *OpenRequest) GetName() string
- func (*OpenRequest) ProtoMessage()
- func (m *OpenRequest) Reset()
- func (m *OpenRequest) String() string
- func (m *OpenRequest) XXX_DiscardUnknown()
- func (m *OpenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OpenRequest) XXX_Merge(src proto.Message)
- func (m *OpenRequest) XXX_Size() int
- func (m *OpenRequest) XXX_Unmarshal(b []byte) error
- type OpenResponse
- func (*OpenResponse) Descriptor() ([]byte, []int)
- func (*OpenResponse) ProtoMessage()
- func (m *OpenResponse) Reset()
- func (m *OpenResponse) String() string
- func (m *OpenResponse) XXX_DiscardUnknown()
- func (m *OpenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OpenResponse) XXX_Merge(src proto.Message)
- func (m *OpenResponse) XXX_Size() int
- func (m *OpenResponse) XXX_Unmarshal(b []byte) error
- type ReadAtRequest
- func (*ReadAtRequest) Descriptor() ([]byte, []int)
- func (m *ReadAtRequest) GetOffset() int64
- func (*ReadAtRequest) ProtoMessage()
- func (m *ReadAtRequest) Reset()
- func (m *ReadAtRequest) String() string
- func (m *ReadAtRequest) XXX_DiscardUnknown()
- func (m *ReadAtRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadAtRequest) XXX_Merge(src proto.Message)
- func (m *ReadAtRequest) XXX_Size() int
- func (m *ReadAtRequest) XXX_Unmarshal(b []byte) error
- type ReadRequest
- func (*ReadRequest) Descriptor() ([]byte, []int)
- func (*ReadRequest) ProtoMessage()
- func (m *ReadRequest) Reset()
- func (m *ReadRequest) String() string
- func (m *ReadRequest) XXX_DiscardUnknown()
- func (m *ReadRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadRequest) XXX_Merge(src proto.Message)
- func (m *ReadRequest) XXX_Size() int
- func (m *ReadRequest) XXX_Unmarshal(b []byte) error
- type ReadResponse
- func (*ReadResponse) Descriptor() ([]byte, []int)
- func (m *ReadResponse) GetContent() []byte
- func (*ReadResponse) ProtoMessage()
- func (m *ReadResponse) Reset()
- func (m *ReadResponse) String() string
- func (m *ReadResponse) XXX_DiscardUnknown()
- func (m *ReadResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadResponse) XXX_Merge(src proto.Message)
- func (m *ReadResponse) XXX_Size() int
- func (m *ReadResponse) XXX_Unmarshal(b []byte) error
- type ReaddirRequest
- func (*ReaddirRequest) Descriptor() ([]byte, []int)
- func (m *ReaddirRequest) GetCount() int32
- func (*ReaddirRequest) ProtoMessage()
- func (m *ReaddirRequest) Reset()
- func (m *ReaddirRequest) String() string
- func (m *ReaddirRequest) XXX_DiscardUnknown()
- func (m *ReaddirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReaddirRequest) XXX_Merge(src proto.Message)
- func (m *ReaddirRequest) XXX_Size() int
- func (m *ReaddirRequest) XXX_Unmarshal(b []byte) error
- type ReaddirResponse
- func (*ReaddirResponse) Descriptor() ([]byte, []int)
- func (m *ReaddirResponse) GetFileInfo() []*FileInfo
- func (*ReaddirResponse) ProtoMessage()
- func (m *ReaddirResponse) Reset()
- func (m *ReaddirResponse) String() string
- func (m *ReaddirResponse) XXX_DiscardUnknown()
- func (m *ReaddirResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReaddirResponse) XXX_Merge(src proto.Message)
- func (m *ReaddirResponse) XXX_Size() int
- func (m *ReaddirResponse) XXX_Unmarshal(b []byte) error
- type ReaddirnamesRequest
- func (*ReaddirnamesRequest) Descriptor() ([]byte, []int)
- func (m *ReaddirnamesRequest) GetCount() int32
- func (*ReaddirnamesRequest) ProtoMessage()
- func (m *ReaddirnamesRequest) Reset()
- func (m *ReaddirnamesRequest) String() string
- func (m *ReaddirnamesRequest) XXX_DiscardUnknown()
- func (m *ReaddirnamesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReaddirnamesRequest) XXX_Merge(src proto.Message)
- func (m *ReaddirnamesRequest) XXX_Size() int
- func (m *ReaddirnamesRequest) XXX_Unmarshal(b []byte) error
- type ReaddirnamesResponse
- func (*ReaddirnamesResponse) Descriptor() ([]byte, []int)
- func (m *ReaddirnamesResponse) GetNames() []string
- func (*ReaddirnamesResponse) ProtoMessage()
- func (m *ReaddirnamesResponse) Reset()
- func (m *ReaddirnamesResponse) String() string
- func (m *ReaddirnamesResponse) XXX_DiscardUnknown()
- func (m *ReaddirnamesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReaddirnamesResponse) XXX_Merge(src proto.Message)
- func (m *ReaddirnamesResponse) XXX_Size() int
- func (m *ReaddirnamesResponse) XXX_Unmarshal(b []byte) error
- type RemoveAllRequest
- func (*RemoveAllRequest) Descriptor() ([]byte, []int)
- func (m *RemoveAllRequest) GetPath() string
- func (*RemoveAllRequest) ProtoMessage()
- func (m *RemoveAllRequest) Reset()
- func (m *RemoveAllRequest) String() string
- func (m *RemoveAllRequest) XXX_DiscardUnknown()
- func (m *RemoveAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemoveAllRequest) XXX_Merge(src proto.Message)
- func (m *RemoveAllRequest) XXX_Size() int
- func (m *RemoveAllRequest) XXX_Unmarshal(b []byte) error
- type RemoveAllResponse
- func (*RemoveAllResponse) Descriptor() ([]byte, []int)
- func (*RemoveAllResponse) ProtoMessage()
- func (m *RemoveAllResponse) Reset()
- func (m *RemoveAllResponse) String() string
- func (m *RemoveAllResponse) XXX_DiscardUnknown()
- func (m *RemoveAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemoveAllResponse) XXX_Merge(src proto.Message)
- func (m *RemoveAllResponse) XXX_Size() int
- func (m *RemoveAllResponse) XXX_Unmarshal(b []byte) error
- type RemoveRequest
- func (*RemoveRequest) Descriptor() ([]byte, []int)
- func (m *RemoveRequest) GetName() string
- func (*RemoveRequest) ProtoMessage()
- func (m *RemoveRequest) Reset()
- func (m *RemoveRequest) String() string
- func (m *RemoveRequest) XXX_DiscardUnknown()
- func (m *RemoveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemoveRequest) XXX_Merge(src proto.Message)
- func (m *RemoveRequest) XXX_Size() int
- func (m *RemoveRequest) XXX_Unmarshal(b []byte) error
- type RemoveResponse
- func (*RemoveResponse) Descriptor() ([]byte, []int)
- func (*RemoveResponse) ProtoMessage()
- func (m *RemoveResponse) Reset()
- func (m *RemoveResponse) String() string
- func (m *RemoveResponse) XXX_DiscardUnknown()
- func (m *RemoveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RemoveResponse) XXX_Merge(src proto.Message)
- func (m *RemoveResponse) XXX_Size() int
- func (m *RemoveResponse) XXX_Unmarshal(b []byte) error
- type RenameRequest
- func (*RenameRequest) Descriptor() ([]byte, []int)
- func (m *RenameRequest) GetNewName() string
- func (m *RenameRequest) GetOldName() string
- func (*RenameRequest) ProtoMessage()
- func (m *RenameRequest) Reset()
- func (m *RenameRequest) String() string
- func (m *RenameRequest) XXX_DiscardUnknown()
- func (m *RenameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RenameRequest) XXX_Merge(src proto.Message)
- func (m *RenameRequest) XXX_Size() int
- func (m *RenameRequest) XXX_Unmarshal(b []byte) error
- type RenameResponse
- func (*RenameResponse) Descriptor() ([]byte, []int)
- func (*RenameResponse) ProtoMessage()
- func (m *RenameResponse) Reset()
- func (m *RenameResponse) String() string
- func (m *RenameResponse) XXX_DiscardUnknown()
- func (m *RenameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RenameResponse) XXX_Merge(src proto.Message)
- func (m *RenameResponse) XXX_Size() int
- func (m *RenameResponse) XXX_Unmarshal(b []byte) error
- type SeekRequest
- func (*SeekRequest) Descriptor() ([]byte, []int)
- func (m *SeekRequest) GetOffset() int64
- func (m *SeekRequest) GetWhence() SeekRequest_Whence
- func (*SeekRequest) ProtoMessage()
- func (m *SeekRequest) Reset()
- func (m *SeekRequest) String() string
- func (m *SeekRequest) XXX_DiscardUnknown()
- func (m *SeekRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SeekRequest) XXX_Merge(src proto.Message)
- func (m *SeekRequest) XXX_Size() int
- func (m *SeekRequest) XXX_Unmarshal(b []byte) error
- type SeekRequest_Whence
- type SeekResponse
- func (*SeekResponse) Descriptor() ([]byte, []int)
- func (m *SeekResponse) GetOffset() int64
- func (*SeekResponse) ProtoMessage()
- func (m *SeekResponse) Reset()
- func (m *SeekResponse) String() string
- func (m *SeekResponse) XXX_DiscardUnknown()
- func (m *SeekResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SeekResponse) XXX_Merge(src proto.Message)
- func (m *SeekResponse) XXX_Size() int
- func (m *SeekResponse) XXX_Unmarshal(b []byte) error
- type StatRequest
- func (*StatRequest) Descriptor() ([]byte, []int)
- func (*StatRequest) ProtoMessage()
- func (m *StatRequest) Reset()
- func (m *StatRequest) String() string
- func (m *StatRequest) XXX_DiscardUnknown()
- func (m *StatRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StatRequest) XXX_Merge(src proto.Message)
- func (m *StatRequest) XXX_Size() int
- func (m *StatRequest) XXX_Unmarshal(b []byte) error
- type TruncateRequest
- func (*TruncateRequest) Descriptor() ([]byte, []int)
- func (m *TruncateRequest) GetSize() int64
- func (*TruncateRequest) ProtoMessage()
- func (m *TruncateRequest) Reset()
- func (m *TruncateRequest) String() string
- func (m *TruncateRequest) XXX_DiscardUnknown()
- func (m *TruncateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TruncateRequest) XXX_Merge(src proto.Message)
- func (m *TruncateRequest) XXX_Size() int
- func (m *TruncateRequest) XXX_Unmarshal(b []byte) error
- type UnimplementedFSServer
- func (*UnimplementedFSServer) Chmod(ctx context.Context, req *ChmodRequest) (*ChmodResponse, error)
- func (*UnimplementedFSServer) Chtimes(ctx context.Context, req *ChtimesRequest) (*ChtimesResponse, error)
- func (*UnimplementedFSServer) Mkdir(ctx context.Context, req *MkdirRequest) (*MkdirResponse, error)
- func (*UnimplementedFSServer) MkdirAll(ctx context.Context, req *MkdirAllRequest) (*MkdirAllResponse, error)
- func (*UnimplementedFSServer) Open(srv FS_OpenServer) error
- func (*UnimplementedFSServer) Remove(ctx context.Context, req *RemoveRequest) (*RemoveResponse, error)
- func (*UnimplementedFSServer) RemoveAll(ctx context.Context, req *RemoveAllRequest) (*RemoveAllResponse, error)
- func (*UnimplementedFSServer) Rename(ctx context.Context, req *RenameRequest) (*RenameResponse, error)
- func (*UnimplementedFSServer) Stat(ctx context.Context, req *FileRequest) (*FileInfo, error)
- type WriteAtRequest
- func (*WriteAtRequest) Descriptor() ([]byte, []int)
- func (m *WriteAtRequest) GetContent() []byte
- func (m *WriteAtRequest) GetOffset() int64
- func (*WriteAtRequest) ProtoMessage()
- func (m *WriteAtRequest) Reset()
- func (m *WriteAtRequest) String() string
- func (m *WriteAtRequest) XXX_DiscardUnknown()
- func (m *WriteAtRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WriteAtRequest) XXX_Merge(src proto.Message)
- func (m *WriteAtRequest) XXX_Size() int
- func (m *WriteAtRequest) XXX_Unmarshal(b []byte) error
- type WriteRequest
- func (*WriteRequest) Descriptor() ([]byte, []int)
- func (m *WriteRequest) GetContent() []byte
- func (*WriteRequest) ProtoMessage()
- func (m *WriteRequest) Reset()
- func (m *WriteRequest) String() string
- func (m *WriteRequest) XXX_DiscardUnknown()
- func (m *WriteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WriteRequest) XXX_Merge(src proto.Message)
- func (m *WriteRequest) XXX_Size() int
- func (m *WriteRequest) XXX_Unmarshal(b []byte) error
- type WriteResponse
- func (*WriteResponse) Descriptor() ([]byte, []int)
- func (m *WriteResponse) GetBytesWritten() int64
- func (*WriteResponse) ProtoMessage()
- func (m *WriteResponse) Reset()
- func (m *WriteResponse) String() string
- func (m *WriteResponse) XXX_DiscardUnknown()
- func (m *WriteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WriteResponse) XXX_Merge(src proto.Message)
- func (m *WriteResponse) XXX_Size() int
- func (m *WriteResponse) XXX_Unmarshal(b []byte) error
Constants ¶
View Source
const CHUNKSIZE = 1024
Variables ¶
View Source
var SeekRequest_Whence_name = map[int32]string{
0: "TOP",
1: "CURRENT",
2: "BOTTOM",
}
View Source
var SeekRequest_Whence_value = map[string]int32{
"TOP": 0,
"CURRENT": 1,
"BOTTOM": 2,
}
Functions ¶
func RegisterFSServer ¶
Types ¶
type ChmodRequest ¶
type ChmodRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Mode uint32 `protobuf:"varint,2,opt,name=mode,proto3" json:"mode,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChmodRequest) Descriptor ¶
func (*ChmodRequest) Descriptor() ([]byte, []int)
func (*ChmodRequest) GetMode ¶
func (m *ChmodRequest) GetMode() uint32
func (*ChmodRequest) GetName ¶
func (m *ChmodRequest) GetName() string
func (*ChmodRequest) ProtoMessage ¶
func (*ChmodRequest) ProtoMessage()
func (*ChmodRequest) Reset ¶
func (m *ChmodRequest) Reset()
func (*ChmodRequest) String ¶
func (m *ChmodRequest) String() string
func (*ChmodRequest) XXX_DiscardUnknown ¶
func (m *ChmodRequest) XXX_DiscardUnknown()
func (*ChmodRequest) XXX_Marshal ¶
func (m *ChmodRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChmodRequest) XXX_Merge ¶
func (m *ChmodRequest) XXX_Merge(src proto.Message)
func (*ChmodRequest) XXX_Size ¶
func (m *ChmodRequest) XXX_Size() int
func (*ChmodRequest) XXX_Unmarshal ¶
func (m *ChmodRequest) XXX_Unmarshal(b []byte) error
type ChmodResponse ¶
type ChmodResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChmodResponse) Descriptor ¶
func (*ChmodResponse) Descriptor() ([]byte, []int)
func (*ChmodResponse) ProtoMessage ¶
func (*ChmodResponse) ProtoMessage()
func (*ChmodResponse) Reset ¶
func (m *ChmodResponse) Reset()
func (*ChmodResponse) String ¶
func (m *ChmodResponse) String() string
func (*ChmodResponse) XXX_DiscardUnknown ¶
func (m *ChmodResponse) XXX_DiscardUnknown()
func (*ChmodResponse) XXX_Marshal ¶
func (m *ChmodResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChmodResponse) XXX_Merge ¶
func (m *ChmodResponse) XXX_Merge(src proto.Message)
func (*ChmodResponse) XXX_Size ¶
func (m *ChmodResponse) XXX_Size() int
func (*ChmodResponse) XXX_Unmarshal ¶
func (m *ChmodResponse) XXX_Unmarshal(b []byte) error
type ChtimesRequest ¶
type ChtimesRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Added int64 `protobuf:"varint,2,opt,name=added,proto3" json:"added,omitempty"` Modified int64 `protobuf:"varint,3,opt,name=modified,proto3" json:"modified,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChtimesRequest) Descriptor ¶
func (*ChtimesRequest) Descriptor() ([]byte, []int)
func (*ChtimesRequest) GetAdded ¶
func (m *ChtimesRequest) GetAdded() int64
func (*ChtimesRequest) GetModified ¶
func (m *ChtimesRequest) GetModified() int64
func (*ChtimesRequest) GetName ¶
func (m *ChtimesRequest) GetName() string
func (*ChtimesRequest) ProtoMessage ¶
func (*ChtimesRequest) ProtoMessage()
func (*ChtimesRequest) Reset ¶
func (m *ChtimesRequest) Reset()
func (*ChtimesRequest) String ¶
func (m *ChtimesRequest) String() string
func (*ChtimesRequest) XXX_DiscardUnknown ¶
func (m *ChtimesRequest) XXX_DiscardUnknown()
func (*ChtimesRequest) XXX_Marshal ¶
func (m *ChtimesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChtimesRequest) XXX_Merge ¶
func (m *ChtimesRequest) XXX_Merge(src proto.Message)
func (*ChtimesRequest) XXX_Size ¶
func (m *ChtimesRequest) XXX_Size() int
func (*ChtimesRequest) XXX_Unmarshal ¶
func (m *ChtimesRequest) XXX_Unmarshal(b []byte) error
type ChtimesResponse ¶
type ChtimesResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ChtimesResponse) Descriptor ¶
func (*ChtimesResponse) Descriptor() ([]byte, []int)
func (*ChtimesResponse) ProtoMessage ¶
func (*ChtimesResponse) ProtoMessage()
func (*ChtimesResponse) Reset ¶
func (m *ChtimesResponse) Reset()
func (*ChtimesResponse) String ¶
func (m *ChtimesResponse) String() string
func (*ChtimesResponse) XXX_DiscardUnknown ¶
func (m *ChtimesResponse) XXX_DiscardUnknown()
func (*ChtimesResponse) XXX_Marshal ¶
func (m *ChtimesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ChtimesResponse) XXX_Merge ¶
func (m *ChtimesResponse) XXX_Merge(src proto.Message)
func (*ChtimesResponse) XXX_Size ¶
func (m *ChtimesResponse) XXX_Size() int
func (*ChtimesResponse) XXX_Unmarshal ¶
func (m *ChtimesResponse) XXX_Unmarshal(b []byte) error
type FSClient ¶
type FSClient interface { Stat(ctx context.Context, in *FileRequest, opts ...grpc.CallOption) (*FileInfo, error) Chtimes(ctx context.Context, in *ChtimesRequest, opts ...grpc.CallOption) (*ChtimesResponse, error) Chmod(ctx context.Context, in *ChmodRequest, opts ...grpc.CallOption) (*ChmodResponse, error) Mkdir(ctx context.Context, in *MkdirRequest, opts ...grpc.CallOption) (*MkdirResponse, error) MkdirAll(ctx context.Context, in *MkdirAllRequest, opts ...grpc.CallOption) (*MkdirAllResponse, error) Rename(ctx context.Context, in *RenameRequest, opts ...grpc.CallOption) (*RenameResponse, error) RemoveAll(ctx context.Context, in *RemoveAllRequest, opts ...grpc.CallOption) (*RemoveAllResponse, error) Remove(ctx context.Context, in *RemoveRequest, opts ...grpc.CallOption) (*RemoveResponse, error) Open(ctx context.Context, opts ...grpc.CallOption) (FS_OpenClient, error) }
FSClient is the client API for FS service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewFSClient ¶
func NewFSClient(cc grpc.ClientConnInterface) FSClient
type FSServer ¶
type FSServer interface { Stat(context.Context, *FileRequest) (*FileInfo, error) Chtimes(context.Context, *ChtimesRequest) (*ChtimesResponse, error) Chmod(context.Context, *ChmodRequest) (*ChmodResponse, error) Mkdir(context.Context, *MkdirRequest) (*MkdirResponse, error) MkdirAll(context.Context, *MkdirAllRequest) (*MkdirAllResponse, error) Rename(context.Context, *RenameRequest) (*RenameResponse, error) RemoveAll(context.Context, *RemoveAllRequest) (*RemoveAllResponse, error) Remove(context.Context, *RemoveRequest) (*RemoveResponse, error) Open(FS_OpenServer) error }
FSServer is the server API for FS service.
type FS_OpenClient ¶
type FS_OpenClient interface { Send(*FileRequest) error Recv() (*FileResponse, error) grpc.ClientStream }
type FS_OpenServer ¶
type FS_OpenServer interface { Send(*FileResponse) error Recv() (*FileRequest, error) grpc.ServerStream }
type FileInfo ¶
type FileInfo struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Size int64 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"` Mode uint32 `protobuf:"varint,3,opt,name=mode,proto3" json:"mode,omitempty"` ModTime int64 `protobuf:"varint,4,opt,name=modTime,proto3" json:"modTime,omitempty"` IsDir bool `protobuf:"varint,5,opt,name=isDir,proto3" json:"isDir,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Responses
func (*FileInfo) Descriptor ¶
func (*FileInfo) GetModTime ¶
func (*FileInfo) ProtoMessage ¶
func (*FileInfo) ProtoMessage()
func (*FileInfo) XXX_DiscardUnknown ¶
func (m *FileInfo) XXX_DiscardUnknown()
func (*FileInfo) XXX_Marshal ¶
func (*FileInfo) XXX_Unmarshal ¶
type FileRequest ¶
type FileRequest struct { // Types that are valid to be assigned to Request: // *FileRequest_Name // *FileRequest_Open // *FileRequest_Stat // *FileRequest_Truncate // *FileRequest_Read // *FileRequest_ReadAt // *FileRequest_Readdir // *FileRequest_Readdirnames // *FileRequest_Seek // *FileRequest_Write // *FileRequest_WriteAt Request isFileRequest_Request `protobuf_oneof:"Request"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Requests
func (*FileRequest) Descriptor ¶
func (*FileRequest) Descriptor() ([]byte, []int)
func (*FileRequest) GetName ¶
func (m *FileRequest) GetName() string
func (*FileRequest) GetOpen ¶
func (m *FileRequest) GetOpen() *OpenRequest
func (*FileRequest) GetRead ¶
func (m *FileRequest) GetRead() *ReadRequest
func (*FileRequest) GetReadAt ¶
func (m *FileRequest) GetReadAt() *ReadAtRequest
func (*FileRequest) GetReaddir ¶
func (m *FileRequest) GetReaddir() *ReaddirRequest
func (*FileRequest) GetReaddirnames ¶
func (m *FileRequest) GetReaddirnames() *ReaddirnamesRequest
func (*FileRequest) GetRequest ¶
func (m *FileRequest) GetRequest() isFileRequest_Request
func (*FileRequest) GetSeek ¶
func (m *FileRequest) GetSeek() *SeekRequest
func (*FileRequest) GetStat ¶
func (m *FileRequest) GetStat() *StatRequest
func (*FileRequest) GetTruncate ¶
func (m *FileRequest) GetTruncate() *TruncateRequest
func (*FileRequest) GetWrite ¶
func (m *FileRequest) GetWrite() *WriteRequest
func (*FileRequest) GetWriteAt ¶
func (m *FileRequest) GetWriteAt() *WriteAtRequest
func (*FileRequest) ProtoMessage ¶
func (*FileRequest) ProtoMessage()
func (*FileRequest) Reset ¶
func (m *FileRequest) Reset()
func (*FileRequest) String ¶
func (m *FileRequest) String() string
func (*FileRequest) XXX_DiscardUnknown ¶
func (m *FileRequest) XXX_DiscardUnknown()
func (*FileRequest) XXX_Marshal ¶
func (m *FileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FileRequest) XXX_Merge ¶
func (m *FileRequest) XXX_Merge(src proto.Message)
func (*FileRequest) XXX_OneofWrappers ¶
func (*FileRequest) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*FileRequest) XXX_Size ¶
func (m *FileRequest) XXX_Size() int
func (*FileRequest) XXX_Unmarshal ¶
func (m *FileRequest) XXX_Unmarshal(b []byte) error
type FileRequest_Name ¶
type FileRequest_Name struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3,oneof"`
}
type FileRequest_Open ¶
type FileRequest_Open struct {
Open *OpenRequest `protobuf:"bytes,2,opt,name=open,proto3,oneof"`
}
type FileRequest_Read ¶
type FileRequest_Read struct {
Read *ReadRequest `protobuf:"bytes,5,opt,name=read,proto3,oneof"`
}
type FileRequest_ReadAt ¶
type FileRequest_ReadAt struct {
ReadAt *ReadAtRequest `protobuf:"bytes,6,opt,name=readAt,proto3,oneof"`
}
type FileRequest_Readdir ¶
type FileRequest_Readdir struct {
Readdir *ReaddirRequest `protobuf:"bytes,7,opt,name=readdir,proto3,oneof"`
}
type FileRequest_Readdirnames ¶
type FileRequest_Readdirnames struct {
Readdirnames *ReaddirnamesRequest `protobuf:"bytes,8,opt,name=readdirnames,proto3,oneof"`
}
type FileRequest_Seek ¶
type FileRequest_Seek struct {
Seek *SeekRequest `protobuf:"bytes,9,opt,name=seek,proto3,oneof"`
}
type FileRequest_Stat ¶
type FileRequest_Stat struct {
Stat *StatRequest `protobuf:"bytes,3,opt,name=stat,proto3,oneof"`
}
type FileRequest_Truncate ¶
type FileRequest_Truncate struct {
Truncate *TruncateRequest `protobuf:"bytes,4,opt,name=truncate,proto3,oneof"`
}
type FileRequest_Write ¶
type FileRequest_Write struct {
Write *WriteRequest `protobuf:"bytes,10,opt,name=write,proto3,oneof"`
}
type FileRequest_WriteAt ¶
type FileRequest_WriteAt struct {
WriteAt *WriteAtRequest `protobuf:"bytes,11,opt,name=writeAt,proto3,oneof"`
}
type FileResponse ¶
type FileResponse struct { // Types that are valid to be assigned to Response: // *FileResponse_Open // *FileResponse_FileInfo // *FileResponse_Read // *FileResponse_Readdir // *FileResponse_Readdirnames // *FileResponse_Seek // *FileResponse_Write Response isFileResponse_Response `protobuf_oneof:"Response"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FileResponse) Descriptor ¶
func (*FileResponse) Descriptor() ([]byte, []int)
func (*FileResponse) GetFileInfo ¶
func (m *FileResponse) GetFileInfo() *FileInfo
func (*FileResponse) GetOpen ¶
func (m *FileResponse) GetOpen() *OpenResponse
func (*FileResponse) GetRead ¶
func (m *FileResponse) GetRead() *ReadResponse
func (*FileResponse) GetReaddir ¶
func (m *FileResponse) GetReaddir() *ReaddirResponse
func (*FileResponse) GetReaddirnames ¶
func (m *FileResponse) GetReaddirnames() *ReaddirnamesResponse
func (*FileResponse) GetResponse ¶
func (m *FileResponse) GetResponse() isFileResponse_Response
func (*FileResponse) GetSeek ¶
func (m *FileResponse) GetSeek() *SeekResponse
func (*FileResponse) GetWrite ¶
func (m *FileResponse) GetWrite() *WriteResponse
func (*FileResponse) ProtoMessage ¶
func (*FileResponse) ProtoMessage()
func (*FileResponse) Reset ¶
func (m *FileResponse) Reset()
func (*FileResponse) String ¶
func (m *FileResponse) String() string
func (*FileResponse) XXX_DiscardUnknown ¶
func (m *FileResponse) XXX_DiscardUnknown()
func (*FileResponse) XXX_Marshal ¶
func (m *FileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FileResponse) XXX_Merge ¶
func (m *FileResponse) XXX_Merge(src proto.Message)
func (*FileResponse) XXX_OneofWrappers ¶
func (*FileResponse) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*FileResponse) XXX_Size ¶
func (m *FileResponse) XXX_Size() int
func (*FileResponse) XXX_Unmarshal ¶
func (m *FileResponse) XXX_Unmarshal(b []byte) error
type FileResponse_FileInfo ¶
type FileResponse_FileInfo struct {
FileInfo *FileInfo `protobuf:"bytes,2,opt,name=fileInfo,proto3,oneof"`
}
type FileResponse_Open ¶
type FileResponse_Open struct {
Open *OpenResponse `protobuf:"bytes,1,opt,name=open,proto3,oneof"`
}
type FileResponse_Read ¶
type FileResponse_Read struct {
Read *ReadResponse `protobuf:"bytes,3,opt,name=read,proto3,oneof"`
}
type FileResponse_Readdir ¶
type FileResponse_Readdir struct {
Readdir *ReaddirResponse `protobuf:"bytes,4,opt,name=readdir,proto3,oneof"`
}
type FileResponse_Readdirnames ¶
type FileResponse_Readdirnames struct {
Readdirnames *ReaddirnamesResponse `protobuf:"bytes,5,opt,name=readdirnames,proto3,oneof"`
}
type FileResponse_Seek ¶
type FileResponse_Seek struct {
Seek *SeekResponse `protobuf:"bytes,6,opt,name=seek,proto3,oneof"`
}
type FileResponse_Write ¶
type FileResponse_Write struct {
Write *WriteResponse `protobuf:"bytes,7,opt,name=write,proto3,oneof"`
}
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) Chmod ¶
func (h *Handler) Chmod(ctx context.Context, in *ChmodRequest) (*ChmodResponse, error)
func (*Handler) Chtimes ¶
func (h *Handler) Chtimes(ctx context.Context, in *ChtimesRequest) (*ChtimesResponse, error)
func (*Handler) Mkdir ¶
func (h *Handler) Mkdir(ctx context.Context, in *MkdirRequest) (*MkdirResponse, error)
func (*Handler) MkdirAll ¶
func (h *Handler) MkdirAll(ctx context.Context, in *MkdirAllRequest) (*MkdirAllResponse, error)
func (*Handler) Open ¶
func (h *Handler) Open(stream FS_OpenServer) error
func (*Handler) Remove ¶
func (h *Handler) Remove(ctx context.Context, in *RemoveRequest) (*RemoveResponse, error)
func (*Handler) RemoveAll ¶
func (h *Handler) RemoveAll(ctx context.Context, in *RemoveAllRequest) (*RemoveAllResponse, error)
func (*Handler) Rename ¶
func (h *Handler) Rename(ctx context.Context, in *RenameRequest) (*RenameResponse, error)
type MkdirAllRequest ¶
type MkdirAllRequest struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Perm uint32 `protobuf:"varint,2,opt,name=perm,proto3" json:"perm,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MkdirAllRequest) Descriptor ¶
func (*MkdirAllRequest) Descriptor() ([]byte, []int)
func (*MkdirAllRequest) GetPath ¶
func (m *MkdirAllRequest) GetPath() string
func (*MkdirAllRequest) GetPerm ¶
func (m *MkdirAllRequest) GetPerm() uint32
func (*MkdirAllRequest) ProtoMessage ¶
func (*MkdirAllRequest) ProtoMessage()
func (*MkdirAllRequest) Reset ¶
func (m *MkdirAllRequest) Reset()
func (*MkdirAllRequest) String ¶
func (m *MkdirAllRequest) String() string
func (*MkdirAllRequest) XXX_DiscardUnknown ¶
func (m *MkdirAllRequest) XXX_DiscardUnknown()
func (*MkdirAllRequest) XXX_Marshal ¶
func (m *MkdirAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MkdirAllRequest) XXX_Merge ¶
func (m *MkdirAllRequest) XXX_Merge(src proto.Message)
func (*MkdirAllRequest) XXX_Size ¶
func (m *MkdirAllRequest) XXX_Size() int
func (*MkdirAllRequest) XXX_Unmarshal ¶
func (m *MkdirAllRequest) XXX_Unmarshal(b []byte) error
type MkdirAllResponse ¶
type MkdirAllResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MkdirAllResponse) Descriptor ¶
func (*MkdirAllResponse) Descriptor() ([]byte, []int)
func (*MkdirAllResponse) ProtoMessage ¶
func (*MkdirAllResponse) ProtoMessage()
func (*MkdirAllResponse) Reset ¶
func (m *MkdirAllResponse) Reset()
func (*MkdirAllResponse) String ¶
func (m *MkdirAllResponse) String() string
func (*MkdirAllResponse) XXX_DiscardUnknown ¶
func (m *MkdirAllResponse) XXX_DiscardUnknown()
func (*MkdirAllResponse) XXX_Marshal ¶
func (m *MkdirAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MkdirAllResponse) XXX_Merge ¶
func (m *MkdirAllResponse) XXX_Merge(src proto.Message)
func (*MkdirAllResponse) XXX_Size ¶
func (m *MkdirAllResponse) XXX_Size() int
func (*MkdirAllResponse) XXX_Unmarshal ¶
func (m *MkdirAllResponse) XXX_Unmarshal(b []byte) error
type MkdirRequest ¶
type MkdirRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Perm uint32 `protobuf:"varint,2,opt,name=perm,proto3" json:"perm,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MkdirRequest) Descriptor ¶
func (*MkdirRequest) Descriptor() ([]byte, []int)
func (*MkdirRequest) GetName ¶
func (m *MkdirRequest) GetName() string
func (*MkdirRequest) GetPerm ¶
func (m *MkdirRequest) GetPerm() uint32
func (*MkdirRequest) ProtoMessage ¶
func (*MkdirRequest) ProtoMessage()
func (*MkdirRequest) Reset ¶
func (m *MkdirRequest) Reset()
func (*MkdirRequest) String ¶
func (m *MkdirRequest) String() string
func (*MkdirRequest) XXX_DiscardUnknown ¶
func (m *MkdirRequest) XXX_DiscardUnknown()
func (*MkdirRequest) XXX_Marshal ¶
func (m *MkdirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MkdirRequest) XXX_Merge ¶
func (m *MkdirRequest) XXX_Merge(src proto.Message)
func (*MkdirRequest) XXX_Size ¶
func (m *MkdirRequest) XXX_Size() int
func (*MkdirRequest) XXX_Unmarshal ¶
func (m *MkdirRequest) XXX_Unmarshal(b []byte) error
type MkdirResponse ¶
type MkdirResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MkdirResponse) Descriptor ¶
func (*MkdirResponse) Descriptor() ([]byte, []int)
func (*MkdirResponse) ProtoMessage ¶
func (*MkdirResponse) ProtoMessage()
func (*MkdirResponse) Reset ¶
func (m *MkdirResponse) Reset()
func (*MkdirResponse) String ¶
func (m *MkdirResponse) String() string
func (*MkdirResponse) XXX_DiscardUnknown ¶
func (m *MkdirResponse) XXX_DiscardUnknown()
func (*MkdirResponse) XXX_Marshal ¶
func (m *MkdirResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MkdirResponse) XXX_Merge ¶
func (m *MkdirResponse) XXX_Merge(src proto.Message)
func (*MkdirResponse) XXX_Size ¶
func (m *MkdirResponse) XXX_Size() int
func (*MkdirResponse) XXX_Unmarshal ¶
func (m *MkdirResponse) XXX_Unmarshal(b []byte) error
type OpenRequest ¶
type OpenRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Flag int64 `protobuf:"varint,2,opt,name=flag,proto3" json:"flag,omitempty"` FileMode uint32 `protobuf:"varint,3,opt,name=fileMode,proto3" json:"fileMode,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OpenRequest) Descriptor ¶
func (*OpenRequest) Descriptor() ([]byte, []int)
func (*OpenRequest) GetFileMode ¶
func (m *OpenRequest) GetFileMode() uint32
func (*OpenRequest) GetFlag ¶
func (m *OpenRequest) GetFlag() int64
func (*OpenRequest) GetName ¶
func (m *OpenRequest) GetName() string
func (*OpenRequest) ProtoMessage ¶
func (*OpenRequest) ProtoMessage()
func (*OpenRequest) Reset ¶
func (m *OpenRequest) Reset()
func (*OpenRequest) String ¶
func (m *OpenRequest) String() string
func (*OpenRequest) XXX_DiscardUnknown ¶
func (m *OpenRequest) XXX_DiscardUnknown()
func (*OpenRequest) XXX_Marshal ¶
func (m *OpenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OpenRequest) XXX_Merge ¶
func (m *OpenRequest) XXX_Merge(src proto.Message)
func (*OpenRequest) XXX_Size ¶
func (m *OpenRequest) XXX_Size() int
func (*OpenRequest) XXX_Unmarshal ¶
func (m *OpenRequest) XXX_Unmarshal(b []byte) error
type OpenResponse ¶
type OpenResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OpenResponse) Descriptor ¶
func (*OpenResponse) Descriptor() ([]byte, []int)
func (*OpenResponse) ProtoMessage ¶
func (*OpenResponse) ProtoMessage()
func (*OpenResponse) Reset ¶
func (m *OpenResponse) Reset()
func (*OpenResponse) String ¶
func (m *OpenResponse) String() string
func (*OpenResponse) XXX_DiscardUnknown ¶
func (m *OpenResponse) XXX_DiscardUnknown()
func (*OpenResponse) XXX_Marshal ¶
func (m *OpenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OpenResponse) XXX_Merge ¶
func (m *OpenResponse) XXX_Merge(src proto.Message)
func (*OpenResponse) XXX_Size ¶
func (m *OpenResponse) XXX_Size() int
func (*OpenResponse) XXX_Unmarshal ¶
func (m *OpenResponse) XXX_Unmarshal(b []byte) error
type ReadAtRequest ¶
type ReadAtRequest struct { Offset int64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReadAtRequest) Descriptor ¶
func (*ReadAtRequest) Descriptor() ([]byte, []int)
func (*ReadAtRequest) GetOffset ¶
func (m *ReadAtRequest) GetOffset() int64
func (*ReadAtRequest) ProtoMessage ¶
func (*ReadAtRequest) ProtoMessage()
func (*ReadAtRequest) Reset ¶
func (m *ReadAtRequest) Reset()
func (*ReadAtRequest) String ¶
func (m *ReadAtRequest) String() string
func (*ReadAtRequest) XXX_DiscardUnknown ¶
func (m *ReadAtRequest) XXX_DiscardUnknown()
func (*ReadAtRequest) XXX_Marshal ¶
func (m *ReadAtRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReadAtRequest) XXX_Merge ¶
func (m *ReadAtRequest) XXX_Merge(src proto.Message)
func (*ReadAtRequest) XXX_Size ¶
func (m *ReadAtRequest) XXX_Size() int
func (*ReadAtRequest) XXX_Unmarshal ¶
func (m *ReadAtRequest) XXX_Unmarshal(b []byte) error
type ReadRequest ¶
type ReadRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReadRequest) Descriptor ¶
func (*ReadRequest) Descriptor() ([]byte, []int)
func (*ReadRequest) ProtoMessage ¶
func (*ReadRequest) ProtoMessage()
func (*ReadRequest) Reset ¶
func (m *ReadRequest) Reset()
func (*ReadRequest) String ¶
func (m *ReadRequest) String() string
func (*ReadRequest) XXX_DiscardUnknown ¶
func (m *ReadRequest) XXX_DiscardUnknown()
func (*ReadRequest) XXX_Marshal ¶
func (m *ReadRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReadRequest) XXX_Merge ¶
func (m *ReadRequest) XXX_Merge(src proto.Message)
func (*ReadRequest) XXX_Size ¶
func (m *ReadRequest) XXX_Size() int
func (*ReadRequest) XXX_Unmarshal ¶
func (m *ReadRequest) XXX_Unmarshal(b []byte) error
type ReadResponse ¶
type ReadResponse struct { Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReadResponse) Descriptor ¶
func (*ReadResponse) Descriptor() ([]byte, []int)
func (*ReadResponse) GetContent ¶
func (m *ReadResponse) GetContent() []byte
func (*ReadResponse) ProtoMessage ¶
func (*ReadResponse) ProtoMessage()
func (*ReadResponse) Reset ¶
func (m *ReadResponse) Reset()
func (*ReadResponse) String ¶
func (m *ReadResponse) String() string
func (*ReadResponse) XXX_DiscardUnknown ¶
func (m *ReadResponse) XXX_DiscardUnknown()
func (*ReadResponse) XXX_Marshal ¶
func (m *ReadResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReadResponse) XXX_Merge ¶
func (m *ReadResponse) XXX_Merge(src proto.Message)
func (*ReadResponse) XXX_Size ¶
func (m *ReadResponse) XXX_Size() int
func (*ReadResponse) XXX_Unmarshal ¶
func (m *ReadResponse) XXX_Unmarshal(b []byte) error
type ReaddirRequest ¶
type ReaddirRequest struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReaddirRequest) Descriptor ¶
func (*ReaddirRequest) Descriptor() ([]byte, []int)
func (*ReaddirRequest) GetCount ¶
func (m *ReaddirRequest) GetCount() int32
func (*ReaddirRequest) ProtoMessage ¶
func (*ReaddirRequest) ProtoMessage()
func (*ReaddirRequest) Reset ¶
func (m *ReaddirRequest) Reset()
func (*ReaddirRequest) String ¶
func (m *ReaddirRequest) String() string
func (*ReaddirRequest) XXX_DiscardUnknown ¶
func (m *ReaddirRequest) XXX_DiscardUnknown()
func (*ReaddirRequest) XXX_Marshal ¶
func (m *ReaddirRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReaddirRequest) XXX_Merge ¶
func (m *ReaddirRequest) XXX_Merge(src proto.Message)
func (*ReaddirRequest) XXX_Size ¶
func (m *ReaddirRequest) XXX_Size() int
func (*ReaddirRequest) XXX_Unmarshal ¶
func (m *ReaddirRequest) XXX_Unmarshal(b []byte) error
type ReaddirResponse ¶
type ReaddirResponse struct { FileInfo []*FileInfo `protobuf:"bytes,1,rep,name=fileInfo,proto3" json:"fileInfo,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReaddirResponse) Descriptor ¶
func (*ReaddirResponse) Descriptor() ([]byte, []int)
func (*ReaddirResponse) GetFileInfo ¶
func (m *ReaddirResponse) GetFileInfo() []*FileInfo
func (*ReaddirResponse) ProtoMessage ¶
func (*ReaddirResponse) ProtoMessage()
func (*ReaddirResponse) Reset ¶
func (m *ReaddirResponse) Reset()
func (*ReaddirResponse) String ¶
func (m *ReaddirResponse) String() string
func (*ReaddirResponse) XXX_DiscardUnknown ¶
func (m *ReaddirResponse) XXX_DiscardUnknown()
func (*ReaddirResponse) XXX_Marshal ¶
func (m *ReaddirResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReaddirResponse) XXX_Merge ¶
func (m *ReaddirResponse) XXX_Merge(src proto.Message)
func (*ReaddirResponse) XXX_Size ¶
func (m *ReaddirResponse) XXX_Size() int
func (*ReaddirResponse) XXX_Unmarshal ¶
func (m *ReaddirResponse) XXX_Unmarshal(b []byte) error
type ReaddirnamesRequest ¶
type ReaddirnamesRequest struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReaddirnamesRequest) Descriptor ¶
func (*ReaddirnamesRequest) Descriptor() ([]byte, []int)
func (*ReaddirnamesRequest) GetCount ¶
func (m *ReaddirnamesRequest) GetCount() int32
func (*ReaddirnamesRequest) ProtoMessage ¶
func (*ReaddirnamesRequest) ProtoMessage()
func (*ReaddirnamesRequest) Reset ¶
func (m *ReaddirnamesRequest) Reset()
func (*ReaddirnamesRequest) String ¶
func (m *ReaddirnamesRequest) String() string
func (*ReaddirnamesRequest) XXX_DiscardUnknown ¶
func (m *ReaddirnamesRequest) XXX_DiscardUnknown()
func (*ReaddirnamesRequest) XXX_Marshal ¶
func (m *ReaddirnamesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReaddirnamesRequest) XXX_Merge ¶
func (m *ReaddirnamesRequest) XXX_Merge(src proto.Message)
func (*ReaddirnamesRequest) XXX_Size ¶
func (m *ReaddirnamesRequest) XXX_Size() int
func (*ReaddirnamesRequest) XXX_Unmarshal ¶
func (m *ReaddirnamesRequest) XXX_Unmarshal(b []byte) error
type ReaddirnamesResponse ¶
type ReaddirnamesResponse struct { Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReaddirnamesResponse) Descriptor ¶
func (*ReaddirnamesResponse) Descriptor() ([]byte, []int)
func (*ReaddirnamesResponse) GetNames ¶
func (m *ReaddirnamesResponse) GetNames() []string
func (*ReaddirnamesResponse) ProtoMessage ¶
func (*ReaddirnamesResponse) ProtoMessage()
func (*ReaddirnamesResponse) Reset ¶
func (m *ReaddirnamesResponse) Reset()
func (*ReaddirnamesResponse) String ¶
func (m *ReaddirnamesResponse) String() string
func (*ReaddirnamesResponse) XXX_DiscardUnknown ¶
func (m *ReaddirnamesResponse) XXX_DiscardUnknown()
func (*ReaddirnamesResponse) XXX_Marshal ¶
func (m *ReaddirnamesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReaddirnamesResponse) XXX_Merge ¶
func (m *ReaddirnamesResponse) XXX_Merge(src proto.Message)
func (*ReaddirnamesResponse) XXX_Size ¶
func (m *ReaddirnamesResponse) XXX_Size() int
func (*ReaddirnamesResponse) XXX_Unmarshal ¶
func (m *ReaddirnamesResponse) XXX_Unmarshal(b []byte) error
type RemoveAllRequest ¶
type RemoveAllRequest struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RemoveAllRequest) Descriptor ¶
func (*RemoveAllRequest) Descriptor() ([]byte, []int)
func (*RemoveAllRequest) GetPath ¶
func (m *RemoveAllRequest) GetPath() string
func (*RemoveAllRequest) ProtoMessage ¶
func (*RemoveAllRequest) ProtoMessage()
func (*RemoveAllRequest) Reset ¶
func (m *RemoveAllRequest) Reset()
func (*RemoveAllRequest) String ¶
func (m *RemoveAllRequest) String() string
func (*RemoveAllRequest) XXX_DiscardUnknown ¶
func (m *RemoveAllRequest) XXX_DiscardUnknown()
func (*RemoveAllRequest) XXX_Marshal ¶
func (m *RemoveAllRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RemoveAllRequest) XXX_Merge ¶
func (m *RemoveAllRequest) XXX_Merge(src proto.Message)
func (*RemoveAllRequest) XXX_Size ¶
func (m *RemoveAllRequest) XXX_Size() int
func (*RemoveAllRequest) XXX_Unmarshal ¶
func (m *RemoveAllRequest) XXX_Unmarshal(b []byte) error
type RemoveAllResponse ¶
type RemoveAllResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RemoveAllResponse) Descriptor ¶
func (*RemoveAllResponse) Descriptor() ([]byte, []int)
func (*RemoveAllResponse) ProtoMessage ¶
func (*RemoveAllResponse) ProtoMessage()
func (*RemoveAllResponse) Reset ¶
func (m *RemoveAllResponse) Reset()
func (*RemoveAllResponse) String ¶
func (m *RemoveAllResponse) String() string
func (*RemoveAllResponse) XXX_DiscardUnknown ¶
func (m *RemoveAllResponse) XXX_DiscardUnknown()
func (*RemoveAllResponse) XXX_Marshal ¶
func (m *RemoveAllResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RemoveAllResponse) XXX_Merge ¶
func (m *RemoveAllResponse) XXX_Merge(src proto.Message)
func (*RemoveAllResponse) XXX_Size ¶
func (m *RemoveAllResponse) XXX_Size() int
func (*RemoveAllResponse) XXX_Unmarshal ¶
func (m *RemoveAllResponse) XXX_Unmarshal(b []byte) error
type RemoveRequest ¶
type RemoveRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RemoveRequest) Descriptor ¶
func (*RemoveRequest) Descriptor() ([]byte, []int)
func (*RemoveRequest) GetName ¶
func (m *RemoveRequest) GetName() string
func (*RemoveRequest) ProtoMessage ¶
func (*RemoveRequest) ProtoMessage()
func (*RemoveRequest) Reset ¶
func (m *RemoveRequest) Reset()
func (*RemoveRequest) String ¶
func (m *RemoveRequest) String() string
func (*RemoveRequest) XXX_DiscardUnknown ¶
func (m *RemoveRequest) XXX_DiscardUnknown()
func (*RemoveRequest) XXX_Marshal ¶
func (m *RemoveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RemoveRequest) XXX_Merge ¶
func (m *RemoveRequest) XXX_Merge(src proto.Message)
func (*RemoveRequest) XXX_Size ¶
func (m *RemoveRequest) XXX_Size() int
func (*RemoveRequest) XXX_Unmarshal ¶
func (m *RemoveRequest) XXX_Unmarshal(b []byte) error
type RemoveResponse ¶
type RemoveResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RemoveResponse) Descriptor ¶
func (*RemoveResponse) Descriptor() ([]byte, []int)
func (*RemoveResponse) ProtoMessage ¶
func (*RemoveResponse) ProtoMessage()
func (*RemoveResponse) Reset ¶
func (m *RemoveResponse) Reset()
func (*RemoveResponse) String ¶
func (m *RemoveResponse) String() string
func (*RemoveResponse) XXX_DiscardUnknown ¶
func (m *RemoveResponse) XXX_DiscardUnknown()
func (*RemoveResponse) XXX_Marshal ¶
func (m *RemoveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RemoveResponse) XXX_Merge ¶
func (m *RemoveResponse) XXX_Merge(src proto.Message)
func (*RemoveResponse) XXX_Size ¶
func (m *RemoveResponse) XXX_Size() int
func (*RemoveResponse) XXX_Unmarshal ¶
func (m *RemoveResponse) XXX_Unmarshal(b []byte) error
type RenameRequest ¶
type RenameRequest struct { OldName string `protobuf:"bytes,1,opt,name=oldName,proto3" json:"oldName,omitempty"` NewName string `protobuf:"bytes,2,opt,name=newName,proto3" json:"newName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RenameRequest) Descriptor ¶
func (*RenameRequest) Descriptor() ([]byte, []int)
func (*RenameRequest) GetNewName ¶
func (m *RenameRequest) GetNewName() string
func (*RenameRequest) GetOldName ¶
func (m *RenameRequest) GetOldName() string
func (*RenameRequest) ProtoMessage ¶
func (*RenameRequest) ProtoMessage()
func (*RenameRequest) Reset ¶
func (m *RenameRequest) Reset()
func (*RenameRequest) String ¶
func (m *RenameRequest) String() string
func (*RenameRequest) XXX_DiscardUnknown ¶
func (m *RenameRequest) XXX_DiscardUnknown()
func (*RenameRequest) XXX_Marshal ¶
func (m *RenameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RenameRequest) XXX_Merge ¶
func (m *RenameRequest) XXX_Merge(src proto.Message)
func (*RenameRequest) XXX_Size ¶
func (m *RenameRequest) XXX_Size() int
func (*RenameRequest) XXX_Unmarshal ¶
func (m *RenameRequest) XXX_Unmarshal(b []byte) error
type RenameResponse ¶
type RenameResponse struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RenameResponse) Descriptor ¶
func (*RenameResponse) Descriptor() ([]byte, []int)
func (*RenameResponse) ProtoMessage ¶
func (*RenameResponse) ProtoMessage()
func (*RenameResponse) Reset ¶
func (m *RenameResponse) Reset()
func (*RenameResponse) String ¶
func (m *RenameResponse) String() string
func (*RenameResponse) XXX_DiscardUnknown ¶
func (m *RenameResponse) XXX_DiscardUnknown()
func (*RenameResponse) XXX_Marshal ¶
func (m *RenameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RenameResponse) XXX_Merge ¶
func (m *RenameResponse) XXX_Merge(src proto.Message)
func (*RenameResponse) XXX_Size ¶
func (m *RenameResponse) XXX_Size() int
func (*RenameResponse) XXX_Unmarshal ¶
func (m *RenameResponse) XXX_Unmarshal(b []byte) error
type SeekRequest ¶
type SeekRequest struct { Offset int64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"` Whence SeekRequest_Whence `protobuf:"varint,2,opt,name=whence,proto3,enum=index.SeekRequest_Whence" json:"whence,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SeekRequest) Descriptor ¶
func (*SeekRequest) Descriptor() ([]byte, []int)
func (*SeekRequest) GetOffset ¶
func (m *SeekRequest) GetOffset() int64
func (*SeekRequest) GetWhence ¶
func (m *SeekRequest) GetWhence() SeekRequest_Whence
func (*SeekRequest) ProtoMessage ¶
func (*SeekRequest) ProtoMessage()
func (*SeekRequest) Reset ¶
func (m *SeekRequest) Reset()
func (*SeekRequest) String ¶
func (m *SeekRequest) String() string
func (*SeekRequest) XXX_DiscardUnknown ¶
func (m *SeekRequest) XXX_DiscardUnknown()
func (*SeekRequest) XXX_Marshal ¶
func (m *SeekRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SeekRequest) XXX_Merge ¶
func (m *SeekRequest) XXX_Merge(src proto.Message)
func (*SeekRequest) XXX_Size ¶
func (m *SeekRequest) XXX_Size() int
func (*SeekRequest) XXX_Unmarshal ¶
func (m *SeekRequest) XXX_Unmarshal(b []byte) error
type SeekRequest_Whence ¶
type SeekRequest_Whence int32
const ( SeekRequest_TOP SeekRequest_Whence = 0 SeekRequest_CURRENT SeekRequest_Whence = 1 SeekRequest_BOTTOM SeekRequest_Whence = 2 )
func (SeekRequest_Whence) EnumDescriptor ¶
func (SeekRequest_Whence) EnumDescriptor() ([]byte, []int)
func (SeekRequest_Whence) String ¶
func (x SeekRequest_Whence) String() string
type SeekResponse ¶
type SeekResponse struct { Offset int64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SeekResponse) Descriptor ¶
func (*SeekResponse) Descriptor() ([]byte, []int)
func (*SeekResponse) GetOffset ¶
func (m *SeekResponse) GetOffset() int64
func (*SeekResponse) ProtoMessage ¶
func (*SeekResponse) ProtoMessage()
func (*SeekResponse) Reset ¶
func (m *SeekResponse) Reset()
func (*SeekResponse) String ¶
func (m *SeekResponse) String() string
func (*SeekResponse) XXX_DiscardUnknown ¶
func (m *SeekResponse) XXX_DiscardUnknown()
func (*SeekResponse) XXX_Marshal ¶
func (m *SeekResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SeekResponse) XXX_Merge ¶
func (m *SeekResponse) XXX_Merge(src proto.Message)
func (*SeekResponse) XXX_Size ¶
func (m *SeekResponse) XXX_Size() int
func (*SeekResponse) XXX_Unmarshal ¶
func (m *SeekResponse) XXX_Unmarshal(b []byte) error
type StatRequest ¶
type StatRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StatRequest) Descriptor ¶
func (*StatRequest) Descriptor() ([]byte, []int)
func (*StatRequest) ProtoMessage ¶
func (*StatRequest) ProtoMessage()
func (*StatRequest) Reset ¶
func (m *StatRequest) Reset()
func (*StatRequest) String ¶
func (m *StatRequest) String() string
func (*StatRequest) XXX_DiscardUnknown ¶
func (m *StatRequest) XXX_DiscardUnknown()
func (*StatRequest) XXX_Marshal ¶
func (m *StatRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StatRequest) XXX_Merge ¶
func (m *StatRequest) XXX_Merge(src proto.Message)
func (*StatRequest) XXX_Size ¶
func (m *StatRequest) XXX_Size() int
func (*StatRequest) XXX_Unmarshal ¶
func (m *StatRequest) XXX_Unmarshal(b []byte) error
type TruncateRequest ¶
type TruncateRequest struct { Size int64 `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TruncateRequest) Descriptor ¶
func (*TruncateRequest) Descriptor() ([]byte, []int)
func (*TruncateRequest) GetSize ¶
func (m *TruncateRequest) GetSize() int64
func (*TruncateRequest) ProtoMessage ¶
func (*TruncateRequest) ProtoMessage()
func (*TruncateRequest) Reset ¶
func (m *TruncateRequest) Reset()
func (*TruncateRequest) String ¶
func (m *TruncateRequest) String() string
func (*TruncateRequest) XXX_DiscardUnknown ¶
func (m *TruncateRequest) XXX_DiscardUnknown()
func (*TruncateRequest) XXX_Marshal ¶
func (m *TruncateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TruncateRequest) XXX_Merge ¶
func (m *TruncateRequest) XXX_Merge(src proto.Message)
func (*TruncateRequest) XXX_Size ¶
func (m *TruncateRequest) XXX_Size() int
func (*TruncateRequest) XXX_Unmarshal ¶
func (m *TruncateRequest) XXX_Unmarshal(b []byte) error
type UnimplementedFSServer ¶
type UnimplementedFSServer struct { }
UnimplementedFSServer can be embedded to have forward compatible implementations.
func (*UnimplementedFSServer) Chmod ¶
func (*UnimplementedFSServer) Chmod(ctx context.Context, req *ChmodRequest) (*ChmodResponse, error)
func (*UnimplementedFSServer) Chtimes ¶
func (*UnimplementedFSServer) Chtimes(ctx context.Context, req *ChtimesRequest) (*ChtimesResponse, error)
func (*UnimplementedFSServer) Mkdir ¶
func (*UnimplementedFSServer) Mkdir(ctx context.Context, req *MkdirRequest) (*MkdirResponse, error)
func (*UnimplementedFSServer) MkdirAll ¶
func (*UnimplementedFSServer) MkdirAll(ctx context.Context, req *MkdirAllRequest) (*MkdirAllResponse, error)
func (*UnimplementedFSServer) Open ¶
func (*UnimplementedFSServer) Open(srv FS_OpenServer) error
func (*UnimplementedFSServer) Remove ¶
func (*UnimplementedFSServer) Remove(ctx context.Context, req *RemoveRequest) (*RemoveResponse, error)
func (*UnimplementedFSServer) RemoveAll ¶
func (*UnimplementedFSServer) RemoveAll(ctx context.Context, req *RemoveAllRequest) (*RemoveAllResponse, error)
func (*UnimplementedFSServer) Rename ¶
func (*UnimplementedFSServer) Rename(ctx context.Context, req *RenameRequest) (*RenameResponse, error)
func (*UnimplementedFSServer) Stat ¶
func (*UnimplementedFSServer) Stat(ctx context.Context, req *FileRequest) (*FileInfo, error)
type WriteAtRequest ¶
type WriteAtRequest struct { Offset int64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"` Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WriteAtRequest) Descriptor ¶
func (*WriteAtRequest) Descriptor() ([]byte, []int)
func (*WriteAtRequest) GetContent ¶
func (m *WriteAtRequest) GetContent() []byte
func (*WriteAtRequest) GetOffset ¶
func (m *WriteAtRequest) GetOffset() int64
func (*WriteAtRequest) ProtoMessage ¶
func (*WriteAtRequest) ProtoMessage()
func (*WriteAtRequest) Reset ¶
func (m *WriteAtRequest) Reset()
func (*WriteAtRequest) String ¶
func (m *WriteAtRequest) String() string
func (*WriteAtRequest) XXX_DiscardUnknown ¶
func (m *WriteAtRequest) XXX_DiscardUnknown()
func (*WriteAtRequest) XXX_Marshal ¶
func (m *WriteAtRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WriteAtRequest) XXX_Merge ¶
func (m *WriteAtRequest) XXX_Merge(src proto.Message)
func (*WriteAtRequest) XXX_Size ¶
func (m *WriteAtRequest) XXX_Size() int
func (*WriteAtRequest) XXX_Unmarshal ¶
func (m *WriteAtRequest) XXX_Unmarshal(b []byte) error
type WriteRequest ¶
type WriteRequest struct { Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WriteRequest) Descriptor ¶
func (*WriteRequest) Descriptor() ([]byte, []int)
func (*WriteRequest) GetContent ¶
func (m *WriteRequest) GetContent() []byte
func (*WriteRequest) ProtoMessage ¶
func (*WriteRequest) ProtoMessage()
func (*WriteRequest) Reset ¶
func (m *WriteRequest) Reset()
func (*WriteRequest) String ¶
func (m *WriteRequest) String() string
func (*WriteRequest) XXX_DiscardUnknown ¶
func (m *WriteRequest) XXX_DiscardUnknown()
func (*WriteRequest) XXX_Marshal ¶
func (m *WriteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WriteRequest) XXX_Merge ¶
func (m *WriteRequest) XXX_Merge(src proto.Message)
func (*WriteRequest) XXX_Size ¶
func (m *WriteRequest) XXX_Size() int
func (*WriteRequest) XXX_Unmarshal ¶
func (m *WriteRequest) XXX_Unmarshal(b []byte) error
type WriteResponse ¶
type WriteResponse struct { BytesWritten int64 `protobuf:"varint,1,opt,name=bytesWritten,proto3" json:"bytesWritten,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WriteResponse) Descriptor ¶
func (*WriteResponse) Descriptor() ([]byte, []int)
func (*WriteResponse) GetBytesWritten ¶
func (m *WriteResponse) GetBytesWritten() int64
func (*WriteResponse) ProtoMessage ¶
func (*WriteResponse) ProtoMessage()
func (*WriteResponse) Reset ¶
func (m *WriteResponse) Reset()
func (*WriteResponse) String ¶
func (m *WriteResponse) String() string
func (*WriteResponse) XXX_DiscardUnknown ¶
func (m *WriteResponse) XXX_DiscardUnknown()
func (*WriteResponse) XXX_Marshal ¶
func (m *WriteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WriteResponse) XXX_Merge ¶
func (m *WriteResponse) XXX_Merge(src proto.Message)
func (*WriteResponse) XXX_Size ¶
func (m *WriteResponse) XXX_Size() int
func (*WriteResponse) XXX_Unmarshal ¶
func (m *WriteResponse) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.