Versions in this module Expand all Collapse all v6 v6.0.0 Dec 23, 2020 Changes in this version + type FileBackend struct + func (_m *FileBackend) AppendFile(fr io.Reader, path string) (int64, error) + func (_m *FileBackend) CopyFile(oldPath string, newPath string) error + func (_m *FileBackend) FileExists(path string) (bool, error) + func (_m *FileBackend) ListDirectory(path string) (*[]string, error) + func (_m *FileBackend) MoveFile(oldPath string, newPath string) error + func (_m *FileBackend) ReadFile(path string) ([]byte, error) + func (_m *FileBackend) Reader(path string) (filesstore.ReadCloseSeeker, error) + func (_m *FileBackend) RemoveDirectory(path string) error + func (_m *FileBackend) RemoveFile(path string) error + func (_m *FileBackend) TestConnection() error + func (_m *FileBackend) WriteFile(fr io.Reader, path string) (int64, error) + type ReadCloseSeeker struct + func (_m *ReadCloseSeeker) Close() error + func (_m *ReadCloseSeeker) Read(p []byte) (int, error) + func (_m *ReadCloseSeeker) Seek(offset int64, whence int) (int64, error) Other modules containing this package github.com/adacta-ru/mattermost-server github.com/adacta-ru/mattermost-server/v5