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

Method Validate

modules.go:306–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304// the module's configuration is invalid.
305type Validator interface {
306 Validate() error
307}
308
309// CleanerUpper is implemented by modules which may have side-effects

Callers 11

LoadModuleByIDMethod · 0.65
TestPathREMatcherFunction · 0.65
TestHeaderREMatcherFunction · 0.65
TestVarREMatcherFunction · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65
TestValidateFunction · 0.65
cmdAdaptConfigFunction · 0.65
cmdValidateConfigFunction · 0.65

Implementers 15

HTTPCertPoolmodules/caddytls/capools.go
MatchRegexpmodules/caddytls/matchers.go
TLSmodules/caddytls/tls.go
Appmodules/caddyhttp/app.go
MatchRegexpmodules/caddyhttp/matchers.go
Encodemodules/caddyhttp/encode/encode.go
Gzipmodules/caddyhttp/encode/gzip/gzip.go
Templatesmodules/caddyhttp/templates/templates.
CopyResponseHeadersHandlermodules/caddyhttp/reverseproxy/copyres
RandomChoiceSelectionmodules/caddyhttp/reverseproxy/selecti
Handlermodules/caddyhttp/map/map.go
Handlermodules/caddyhttp/headers/headers.go

Calls

no outgoing calls

Tested by 5

TestPathREMatcherFunction · 0.52
TestHeaderREMatcherFunction · 0.52
TestVarREMatcherFunction · 0.52
TestValidateFunction · 0.52