mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-26 10:12:59 +01:00
doc (README): readability - #721
This commit is contained in:
parent
54468eb2c5
commit
3a8244912a
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
|||
# The core idea
|
||||
|
||||
Filestash started as an attempt to solve the Dropbox problem by abstracting the storage aspect so you can "bring your own backend" by implementing this interface:
|
||||
```
|
||||
```go
|
||||
type IBackend interface {
|
||||
Init(params map[string]string, app *App) (IBackend, error) // constructor
|
||||
Ls(path string) ([]os.FileInfo, error) // list files in a folder
|
||||
|
|
|
|||
Loading…
Reference in a new issue