doc (README): readability - #721

This commit is contained in:
Peter Dave Hello 2024-08-07 20:07:45 +08:00 committed by GitHub
parent 54468eb2c5
commit 3a8244912a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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