MCPcopy Create free account
hub / github.com/gotenberg/gotenberg / Descriptor

Method Descriptor

pkg/gotenberg/modules.go:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30// }
31type Module interface {
32 Descriptor() ModuleDescriptor
33}
34
35// ModuleDescriptor describes your module for the application.

Callers 10

MustRegisterModuleFunction · 0.65
TestContext_ModuleFunction · 0.65
TestContext_ModulesFunction · 0.65
TestBuildDebugFunction · 0.65
LoggerFunction · 0.65
ProvisionMethod · 0.65
ValidateMethod · 0.65
PdfEngineMethod · 0.65
engineNameFunction · 0.65
RunFunction · 0.65

Implementers 13

ModuleMockpkg/gotenberg/mocks.go
PdfCpupkg/modules/pdfcpu/pdfcpu.go
Prometheuspkg/modules/prometheus/prometheus.go
ExifToolpkg/modules/exiftool/exiftool.go
PdfTkpkg/modules/pdftk/pdftk.go
QPdfpkg/modules/qpdf/qpdf.go
Apipkg/modules/api/api.go
PdfEnginespkg/modules/pdfengines/pdfengines.go
Chromiumpkg/modules/chromium/chromium.go
LibreOfficepkg/modules/libreoffice/libreoffice.go
Apipkg/modules/libreoffice/api/api.go
LibreOfficePdfEnginepkg/modules/libreoffice/pdfengine/pdfe

Calls

no outgoing calls

Tested by 3

TestContext_ModuleFunction · 0.52
TestContext_ModulesFunction · 0.52
TestBuildDebugFunction · 0.52