Documentation ¶ Index ¶ type Handler func NewHandler(conf *config.Config, logger *zap.Logger, tpl *template.Template) *Handler func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { // contains filtered or unexported fields } Handler ... func NewHandler ¶ func NewHandler(conf *config.Config, logger *zap.Logger, tpl *template.Template) *Handler NewHandler ... func (*Handler) ServeHTTP ¶ func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) ServeHTTP ... Source Files ¶ View all Source files lookingglass.go Click to show internal directories. Click to hide internal directories.