Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eggjs/examples
/ IController
Interface
IController
hackernews-async-ts-di/app/controller/index.d.ts:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
NewsController from
'./news'
;
2
declare module
'egg'
{
3
export
interface
IController {
4
news: NewsController;
5
}
6
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected