| 41 | var _ xweb.ApiHandlerFactory = &ManagementApiFactory{} |
| 42 | |
| 43 | type ManagementApiFactory struct { |
| 44 | InitFunc func(managementApi *ManagementApiHandler) error |
| 45 | appEnv *env.AppEnv |
| 46 | } |
| 47 | |
| 48 | func (factory ManagementApiFactory) Validate(_ *xweb.InstanceConfig) error { |
| 49 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected