package drive import "github.com/go-chi/chi/v5" // PublicOfficeAPI registers OnlyOffice routes on the public drive router. type PublicOfficeAPI interface { RegisterPublicShareRoutes(r chi.Router) }