Documentation ¶ Index ¶ func URLChangeQuery(r *http.Request, params map[string]string) string 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 ¶ func URLChangeQuery ¶ added in v0.7.0 func URLChangeQuery(r *http.Request, params map[string]string) string 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 resume.go Click to show internal directories. Click to hide internal directories.