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

Struct adminAPI

modules/caddypki/adminapi.go:34–38  ·  modules/caddypki/adminapi.go::adminAPI

adminAPI is a module that serves PKI endpoints to retrieve information about the CAs being managed by Caddy.

Source from the content-addressed store, hash-verified

32// adminAPI is a module that serves PKI endpoints to retrieve
33// information about the CAs being managed by Caddy.
34type adminAPI struct {
35 ctx caddy.Context
36 log *zap.Logger
37 pkiApp *PKI
38}
39
40// CaddyModule returns the Caddy module information.
41func (adminAPI) CaddyModule() caddy.ModuleInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected