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

Struct fooModule

admin_test.go:174–177  ·  admin_test.go::fooModule

Source from the content-addressed store, hash-verified

172}
173
174type fooModule struct {
175 IntField int
176 StrField string
177}
178
179func (fooModule) CaddyModule() ModuleInfo {
180 return ModuleInfo{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected