MCPcopy
hub / github.com/caddyserver/caddy / CaddyModule

Method CaddyModule

modules.go:59–59  ·  modules.go::Module.CaddyModule

This method indicates that the type is a Caddy module. The returned ModuleInfo must have both a name and a constructor function. This method must not have any side-effects.

()

Source from the content-addressed store, hash-verified

57 // a name and a constructor function. This method
58 // must not have any side-effects.
59 CaddyModule() ModuleInfo
60}
61
62// ModuleInfo represents a registered Caddy module.

Callers 15

RegisterModuleFunction · 0.65
GetModuleNameFunction · 0.65
GetModuleIDFunction · 0.65
LoggerMethod · 0.65
SloggerMethod · 0.65
finishSettingUpFunction · 0.65
CloudEventMethod · 0.65
PublisherKeyMethod · 0.65
EmitMethod · 0.65
SetupMethod · 0.65
extractNamedRoutesMethod · 0.65

Implementers 15

StdoutWriterlogging.go
StderrWriterlogging.go
DiscardWriterlogging.go
fooModuleadmin_test.go
mockModuleadmin_test.go
mockIssuerModuleadmin_test.go
PKImodules/caddypki/pki.go
adminAPImodules/caddypki/adminapi.go
Handlermodules/caddypki/acmeserver/acmeserver
LeafStorageLoadermodules/caddytls/leafstorageloader.go
Tailscalemodules/caddytls/certmanagers.go

Calls

no outgoing calls

Tested by

no test coverage detected