Documentation
¶
Index ¶
- type Folder
- func (_m *Folder) DeleteObjects(objectRelativePaths []string) error
- func (_m *Folder) Exists(objectRelativePath string) (bool, error)
- func (_m *Folder) GetPath() string
- func (_m *Folder) GetSubFolder(subFolderRelativePath string) storage.Folder
- func (_m *Folder) ListFolder() ([]storage.Object, []storage.Folder, error)
- func (_m *Folder) PutObject(name string, content io.Reader) error
- func (_m *Folder) ReadObject(objectRelativePath string) (io.ReadCloser, error)
- type Object
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Folder ¶
Folder is an autogenerated mock type for the Folder type
func (*Folder) DeleteObjects ¶
DeleteObjects provides a mock function with given fields: objectRelativePaths
func (*Folder) GetSubFolder ¶
GetSubFolder provides a mock function with given fields: subFolderRelativePath
func (*Folder) ListFolder ¶
ListFolder provides a mock function with given fields:
func (*Folder) ReadObject ¶
func (_m *Folder) ReadObject(objectRelativePath string) (io.ReadCloser, error)
ReadObject provides a mock function with given fields: objectRelativePath
Click to show internal directories.
Click to hide internal directories.