Documentation ¶
Index ¶
- func DefaultSVGSizes() map[string]SVGSize
- func DescendantsFacetedHandler(opts *DescendantsFacetedHandlerOptions) (http.Handler, error)
- func FindingAidHandler(opts *FindingAidHandlerOptions) (http.Handler, error)
- func GeoJSONHandler(opts *GeoJSONHandlerOptions) (http.Handler, error)
- func GeoJSONLDHandler(opts *GeoJSONLDHandlerOptions) (http.Handler, error)
- func HasConcordanceFacetedHandler(opts *HasConcordanceFacetedHandlerOptions) (http.Handler, error)
- func NavPlaceHandler(opts *NavPlaceHandlerOptions) (http.Handler, error)
- func NullIslandFacetedHandler(opts *NullIslandFacetedHandlerOptions) (http.Handler, error)
- func PlacetypeFacetedHandler(opts *PlacetypeFacetedHandlerOptions) (http.Handler, error)
- func RecentFacetedHandler(opts *RecentFacetedHandlerOptions) (http.Handler, error)
- func SPRHandler(opts *SPRHandlerOptions) (http.Handler, error)
- func SVGHandler(opts *SVGHandlerOptions) (http.Handler, error)
- func SearchFacetedHandler(opts *SearchFacetedHandlerOptions) (http.Handler, error)
- func SelectHandler(opts *SelectHandlerOptions) (http.Handler, error)
- type DescendantsFacetedHandlerOptions
- type FindingAidHandlerOptions
- type GeoJSONHandlerOptions
- type GeoJSONLDHandlerOptions
- type HasConcordanceFacetedHandlerOptions
- type NavPlaceHandlerOptions
- type NullIslandFacetedHandlerOptions
- type PlacetypeFacetedHandlerOptions
- type RecentFacetedHandlerOptions
- type SPRHandlerOptions
- type SVGHandlerOptions
- type SVGSize
- type SearchFacetedHandlerOptions
- type SelectHandlerOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultSVGSizes ¶
func DescendantsFacetedHandler ¶
func DescendantsFacetedHandler(opts *DescendantsFacetedHandlerOptions) (http.Handler, error)
func FindingAidHandler ¶
func FindingAidHandler(opts *FindingAidHandlerOptions) (http.Handler, error)
func GeoJSONHandler ¶
func GeoJSONHandler(opts *GeoJSONHandlerOptions) (http.Handler, error)
func GeoJSONLDHandler ¶
func GeoJSONLDHandler(opts *GeoJSONLDHandlerOptions) (http.Handler, error)
func HasConcordanceFacetedHandler ¶
func HasConcordanceFacetedHandler(opts *HasConcordanceFacetedHandlerOptions) (http.Handler, error)
func NavPlaceHandler ¶
func NavPlaceHandler(opts *NavPlaceHandlerOptions) (http.Handler, error)
NavPlaceHandler will return a given record as a FeatureCollection for use by the IIIF navPlace extension, specifically as navPlace "reference" objects.
func NullIslandFacetedHandler ¶
func NullIslandFacetedHandler(opts *NullIslandFacetedHandlerOptions) (http.Handler, error)
func PlacetypeFacetedHandler ¶
func PlacetypeFacetedHandler(opts *PlacetypeFacetedHandlerOptions) (http.Handler, error)
func RecentFacetedHandler ¶
func RecentFacetedHandler(opts *RecentFacetedHandlerOptions) (http.Handler, error)
func SPRHandler ¶
func SPRHandler(opts *SPRHandlerOptions) (http.Handler, error)
func SVGHandler ¶
func SVGHandler(opts *SVGHandlerOptions) (http.Handler, error)
func SearchFacetedHandler ¶
func SearchFacetedHandler(opts *SearchFacetedHandlerOptions) (http.Handler, error)
func SelectHandler ¶
func SelectHandler(opts *SelectHandlerOptions) (http.Handler, error)
Types ¶
type DescendantsFacetedHandlerOptions ¶
type DescendantsFacetedHandlerOptions struct {
Spelunker spelunker.Spelunker
}
type FindingAidHandlerOptions ¶
type FindingAidHandlerOptions struct {
Spelunker spelunker.Spelunker
}
type GeoJSONHandlerOptions ¶
type GeoJSONHandlerOptions struct {
Spelunker spelunker.Spelunker
}
type GeoJSONLDHandlerOptions ¶
type GeoJSONLDHandlerOptions struct {
Spelunker spelunker.Spelunker
}
type HasConcordanceFacetedHandlerOptions ¶
type HasConcordanceFacetedHandlerOptions struct {
Spelunker spelunker.Spelunker
}
type NavPlaceHandlerOptions ¶
type NavPlaceHandlerOptions struct {}
type NullIslandFacetedHandlerOptions ¶
type NullIslandFacetedHandlerOptions struct {
Spelunker spelunker.Spelunker
}
type PlacetypeFacetedHandlerOptions ¶
type PlacetypeFacetedHandlerOptions struct {
Spelunker spelunker.Spelunker
}
type RecentFacetedHandlerOptions ¶
type RecentFacetedHandlerOptions struct {
Spelunker spelunker.Spelunker
}
type SPRHandlerOptions ¶
type SPRHandlerOptions struct {
Spelunker spelunker.Spelunker
}
type SVGHandlerOptions ¶
type SearchFacetedHandlerOptions ¶
type SearchFacetedHandlerOptions struct {
Spelunker spelunker.Spelunker
}
type SelectHandlerOptions ¶
Click to show internal directories.
Click to hide internal directories.