Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalStorage ¶
type LocalStorage struct {
// contains filtered or unexported fields
}
func New ¶
func New(folder, urlPrefix string) (*LocalStorage, error)
func (*LocalStorage) Delete ¶
func (ls *LocalStorage) Delete(name string) error
func (*LocalStorage) ServeMux ¶
func (ls *LocalStorage) ServeMux() http.Handler
Click to show internal directories.
Click to hide internal directories.