Versions in this module Expand all Collapse all v0 v0.4.1 Dec 14, 2024 v0.4.0 Dec 10, 2024 Changes in this version + func WithBookmarkServices(bookmarkService *bookmark.Service, exportingService *bookmarkexporting.Service, ...) optionFunc + func WithCSRFKey(csrfKey string) optionFunc + func WithFeedServices(feedService *feed.Service, feedExportingService *feedexporting.Service, ...) optionFunc + func WithMetricsRegistry(prefix string, registry *prometheus.Registry) optionFunc + func WithPublicURL(publicURL *url.URL) optionFunc + func WithSessionService(sessionService *session.Service) optionFunc + func WithUserService(userService *user.Service) optionFunc + type Server struct + func NewServer(optionFuncs ...optionFunc) *Server + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)