MCPcopy
hub / github.com/openziti/ziti / ManagementApiFactory

Struct ManagementApiFactory

controller/webapis/management-api.go:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41var _ xweb.ApiHandlerFactory = &ManagementApiFactory{}
42
43type ManagementApiFactory struct {
44 InitFunc func(managementApi *ManagementApiHandler) error
45 appEnv *env.AppEnv
46}
47
48func (factory ManagementApiFactory) Validate(_ *xweb.InstanceConfig) error {
49 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected