Documentation
¶
Index ¶
- type Filestore
- func (f *Filestore) CreateFolder(path, name string) (*types.Response, error)
- func (f *Filestore) DeleteFile(path string, meta interface{}) (*types.Response, error)
- func (f *Filestore) DoesFileOrFolderExists(path string) (*types.Response, error)
- func (f *Filestore) DownloadFile(path string, writer io.Writer) error
- func (f *Filestore) ListFiles(listWhat, path string) (*types.Response, error)
- func (f *Filestore) UploadFile(path, name string, meta interface{}, reader io.Reader) (*types.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filestore ¶
type Filestore struct {
// contains filtered or unexported fields
}
Filestore contains the values for the filestore instance
func (*Filestore) CreateFolder ¶
todo implement this
func (*Filestore) DeleteFile ¶
func (*Filestore) DoesFileOrFolderExists ¶
func (*Filestore) DownloadFile ¶
Click to show internal directories.
Click to hide internal directories.