Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
Backend is a generic interface for storage backends
type Object ¶
type Object struct { Path string Content io.ReadCloser LastModified time.Time }
Object is a generic representation of a storage object
func (*Object) HasExtension ¶
HasExtension determines whether or not an object contains a file extension
Click to show internal directories.
Click to hide internal directories.