mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-14 11:22:15 +01:00
feat: add 7.x source code
This commit is contained in:
2
pkg/standard/doc.go
Normal file
2
pkg/standard/doc.go
Normal file
@@ -0,0 +1,2 @@
|
||||
// Package standard imports the application's default modules.
|
||||
package standard
|
||||
11
pkg/standard/imports.go
Normal file
11
pkg/standard/imports.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package standard
|
||||
|
||||
import (
|
||||
_ "github.com/gotenberg/gotenberg/v7/pkg/modules/api"
|
||||
_ "github.com/gotenberg/gotenberg/v7/pkg/modules/chromium"
|
||||
_ "github.com/gotenberg/gotenberg/v7/pkg/modules/gc"
|
||||
_ "github.com/gotenberg/gotenberg/v7/pkg/modules/libreoffice"
|
||||
_ "github.com/gotenberg/gotenberg/v7/pkg/modules/libreoffice/unoconv"
|
||||
_ "github.com/gotenberg/gotenberg/v7/pkg/modules/logging"
|
||||
_ "github.com/gotenberg/gotenberg/v7/pkg/modules/pdfengines"
|
||||
)
|
||||
Reference in New Issue
Block a user