Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App interface {
Enabled() bool
Get(string) provider.Share
Create(string, bool, string, bool, time.Duration) (string, error)
RenamePath(string, string) error
Delete(string) error
DeletePath(string) error
List() map[string]provider.Share
Start(<-chan struct{})
}
App of package
Click to show internal directories.
Click to hide internal directories.