handler

package
v0.0.0-...-4e6b2c2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2020 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	ArtistStore   artist.Store
	PaintingStore painting.Store
}

func NewHandler

func NewHandler(artistStore artist.Store, paintingStore painting.Store) *Handler

func (*Handler) GetArtMovements

func (h *Handler) GetArtMovements(c echo.Context) error

func (*Handler) GetArtists

func (h *Handler) GetArtists(c echo.Context) error

func (*Handler) GetArtistsByArtMovement

func (h *Handler) GetArtistsByArtMovement(c echo.Context) error

func (*Handler) GetArtistsByNationality

func (h *Handler) GetArtistsByNationality(c echo.Context) error

func (*Handler) GetArtistsByPaintingSchool

func (h *Handler) GetArtistsByPaintingSchool(c echo.Context) error

func (*Handler) GetArtistsImages

func (h *Handler) GetArtistsImages(c echo.Context) error

func (*Handler) GetNationalities

func (h *Handler) GetNationalities(c echo.Context) error

func (*Handler) GetPaintingSchools

func (h *Handler) GetPaintingSchools(c echo.Context) error

func (*Handler) GetPaintings

func (h *Handler) GetPaintings(c echo.Context) error

func (*Handler) GetPaintingsImages

func (h *Handler) GetPaintingsImages(c echo.Context) error

func (*Handler) Register

func (h *Handler) Register(group *echo.Group)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL