Documentation ¶
Index ¶
- type FileStore
- func (_m *FileStore) CopyFile(sourceID string, targetID string) (*filestore.FileInfo, error)
- func (_m *FileStore) DeleteFile(id string) error
- func (_m *FileStore) GetFile(id string) (*filestore.GetFileOutput, error)
- func (_m *FileStore) StoreFile(le *logrus.Entry, p *filestore.StoreFileParams) (*filestore.FileInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileStore ¶
FileStore is an autogenerated mock type for the FileStore type
func (*FileStore) CopyFile ¶
CopyFile provides a mock function with given fields: sourceID, targetID
func (*FileStore) DeleteFile ¶
DeleteFile provides a mock function with given fields: id
Click to show internal directories.
Click to hide internal directories.