Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface { Save(filepath string, file File) error Path(filepath string) string Exists(filepath string) bool Delete(filepath string) error Open(filepath string) (File, error) ModifiedTime(filepath string) (time.Time, error) Size(filepath string) int64 URL(filename string) string HasBaseURL() bool IsNotExist(err error) bool }
Click to show internal directories.
Click to hide internal directories.