Documentation ¶
Index ¶
- type Album
- type App
- func (a *App) AlbumHandler(w http.ResponseWriter, uri string)
- func (a *App) DirectImageHandler(w http.ResponseWriter, uri string)
- func (a *App) GalleryHandler(w http.ResponseWriter, r *http.Request, uri string)
- func (a *App) GetAlbum(w http.ResponseWriter, uri string, endpoint string)
- func (a *App) GetGallery(w http.ResponseWriter, r *http.Request, uri string)
- func (a *App) HTTPServer(w http.ResponseWriter, r *http.Request)
- func (a *App) ImageHandler(w http.ResponseWriter, r *http.Request, uri string)
- func (a *App) ParseAlbum(contents []byte) *Album
- func (a *App) ParseImage(contents []byte) (string, error)
- type DirectImage
- type Image
- type RequestError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
func (*App) AlbumHandler ¶
func (a *App) AlbumHandler(w http.ResponseWriter, uri string)
func (*App) DirectImageHandler ¶
func (a *App) DirectImageHandler(w http.ResponseWriter, uri string)
func (*App) GalleryHandler ¶
func (*App) GetGallery ¶ added in v0.1.1
func (*App) HTTPServer ¶
func (a *App) HTTPServer(w http.ResponseWriter, r *http.Request)
func (*App) ImageHandler ¶
func (*App) ParseAlbum ¶
type DirectImage ¶
type RequestError ¶
func (*RequestError) Error ¶
func (r *RequestError) Error() string
Click to show internal directories.
Click to hide internal directories.