mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-13 02:42:14 +01:00
chore: minor refactor of gotenberg pkg
This commit is contained in:
@@ -76,6 +76,6 @@ type PdfEngine interface {
|
||||
// engine, _ := provider.(gotenberg.PdfEngineProvider).PdfEngine()
|
||||
// }
|
||||
type PdfEngineProvider interface {
|
||||
// PdfEngine returns an instance of the PdfEngine interface for PDF operations.
|
||||
// PdfEngine returns an instance of the [PdfEngine] interface for PDF operations.
|
||||
PdfEngine() (PdfEngine, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user