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

Function init

pkg/modules/api/api.go:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22)
23
24func init() {
25 gotenberg.MustRegisterModule(new(Api))
26}
27
28// Api is a module that provides an HTTP server. Other modules may add routes,
29// middlewares or health checks.

Callers

nothing calls this directly

Calls 1

MustRegisterModuleFunction · 0.92

Tested by

no test coverage detected