Documentation ¶
Index ¶
Constants ¶
View Source
const PrefixAdmin = "/admin/"
Variables ¶
View Source
var ProductImageConfigs map[string]imageproxy.ImageConfig = map[string]imageproxy.ImageConfig{ "100": { Width: 100, Height: 100, ResizingType: imageproxy.ResizingTypeFit, }, "200": { Width: 200, Height: 200, ResizingType: imageproxy.ResizingTypeFit, }, }
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) NewRenderer ¶
func (h *Handler) NewRenderer() multitemplate.Renderer
func (*Handler) RegisterRoutes ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.