Versions in this module Expand all Collapse all v1 v1.1.0 Feb 21, 2025 Changes in this version + type DropboxHTTPService struct + func (s *DropboxHTTPService) InitializeRoutes() + func (s *DropboxHTTPService) InitializeServer() *mux.Router + func (s DropboxHTTPService) ApplyMiddleware(middlewares ...func(http.Handler) http.Handler) + func (s DropboxHTTPService) NewHandler() interface{ ... } v1.0.0 Nov 27, 2023 Changes in this version + func NewServer(authController controller.AuthController, ...) shttp.ServerEngine + type GdriveHTTPService struct + func (s *GdriveHTTPService) InitializeRoutes() + func (s *GdriveHTTPService) InitializeServer() *mux.Router + func (s GdriveHTTPService) ApplyMiddleware(middlewares ...func(http.Handler) http.Handler) + func (s GdriveHTTPService) NewHandler() interface{ ... }