artist

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store interface {
	CreateArtist(*model.Artist) error
	GetArtist(string) (*model.Artist, error)
	GetArtistImages(*model.Artist) ([]*model.Artist, error)
	ListArtists() ([]*model.Artist, error)
	GetArtists(*model.Artist) ([]*model.Artist, error)
	GetNationalities() ([]model.Result, error)
	GetArtMovements() ([]model.Result, error)
	GetPaintingSchools() ([]model.Result, error)
	GetArtistsByNationality(string) (map[string][]string, error)
	GetArtistsByArtMovement(string) (map[string][]string, error)
	GetArtistsByPaintingSchool(string) (map[string][]string, error)
}

Jump to

Keyboard shortcuts

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