| 40 | var _ xweb.ApiHandlerFactory = &ClientApiFactory{} |
| 41 | |
| 42 | type ClientApiFactory struct { |
| 43 | InitFunc func(clientApi *ClientApiHandler) error |
| 44 | appEnv *env.AppEnv |
| 45 | } |
| 46 | |
| 47 | func (factory ClientApiFactory) Validate(config *xweb.InstanceConfig) error { |
| 48 | clientApiFound := false |
nothing calls this directly
no outgoing calls
no test coverage detected