Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter interface { CreateDir(string, ...interface{}) error Copy(string, string) error Delete(string) error DeleteDir(string) error Has(string) (bool, error) HasDir(string) (bool, error) MimeType(string) (string, error) Read(string) (string, error) ReadAndDelete(string) (string, error) Rename(string, string) error Write(string, string, ...interface{}) error }
Adapter represents a Fly adapter.
Click to show internal directories.
Click to hide internal directories.