Versions in this module Expand all Collapse all v2 v2.0.5 Jan 15, 2024 Changes in this version + var TemplateFS embed.FS + type BBDetail struct + func (bb *BBDetail) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (bb *BBDetail) SetRoutes(pathPrefix string, router *mux.Router) error + type BBDocs struct + func (bb *BBDocs) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (bb *BBDocs) SetRoutes(pathPrefix string, router *mux.Router) error + type BBGrid struct + func (bb *BBGrid) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (bb *BBGrid) SetRoutes(pathPrefix string, router *mux.Router) error + type BBHome struct + func (bb *BBHome) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (bb *BBHome) SetRoutes(pathPrefix string, router *mux.Router) error + type BBIndex struct + func (bb *BBIndex) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (bb *BBIndex) SetRoutes(pathPrefix string, router *mux.Router) error + type BBList struct + func (bb *BBList) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (bb *BBList) SetRoutes(pathPrefix string, router *mux.Router) error + type BBSalon struct + func (bb *BBSalon) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (bb *BBSalon) SetRoutes(pathPrefix string, router *mux.Router) error + type BBZoom struct + func (bb *BBZoom) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (bb *BBZoom) SetRoutes(pathPrefix string, router *mux.Router) error + type BangBang struct + func NewBangBang(index bleve.Index, urlExt *url.URL, dataUrl *url.URL, ...) (*BangBang, error) + func (bb *BangBang) DetailHandler(w http.ResponseWriter, r *http.Request) + func (bb *BangBang) DocumentHandler(w http.ResponseWriter, r *http.Request) + func (bb *BangBang) GetSignatureP(posX, posY int) string + func (bb *BangBang) GetWork(signature string) (*search.SourceData, error) + func (bb *BangBang) GetWorks() ([]*search.SourceData, error) + func (bb *BangBang) GetWorksSalon() (map[string]*salon.Work, error) + func (bb *BangBang) GridHandler(w http.ResponseWriter, r *http.Request) + func (bb *BangBang) HomeHandler(w http.ResponseWriter, r *http.Request) + func (bb *BangBang) IndexHandler(w http.ResponseWriter, r *http.Request) + func (bb *BangBang) ListHandler(w http.ResponseWriter, r *http.Request) + func (bb *BangBang) SalonHandler(w http.ResponseWriter, r *http.Request) + func (bb *BangBang) ZoomHandler(w http.ResponseWriter, r *http.Request) Other modules containing this package github.com/je4/salon-digital