MCPcopy Create free account
hub / github.com/ParallelTask/dinoloop / IAppContainer

Interface IAppContainer

src/modules/interfaces/idino.ts:25–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25export interface IAppContainer {
26 controllers: Function[];
27 baseUri: string;
28 startMiddleware: Function[];
29 endMiddleware: Function[];
30 appStartMiddleware: Function[];
31 diContainer: any;
32 diResolveCallback: any;
33 errorController: Function;
34 errorMiddleware: Function[];
35 routeNotFoundMiddleware: Function;
36 raiseModelError: boolean;
37 enableTaskContext: boolean;
38 useRouter: IRouterCallBack;
39 build(): void;
40}
41
42export interface IDIContainer {
43 resolve<T>(type: any): T;

Callers 2

bindMethod · 0.65

Implementers 1

AppContainersrc/modules/core/app.container.ts

Calls

no outgoing calls

Tested by

no test coverage detected