UNPKG
egg-kafka-cluster
Version:
latest (0.1.0)
0.1.0
provides egg bindings for the kafka.
github.com/uccu/egg-kafka-cluster
uccu/egg-kafka-cluster
egg-kafka-cluster
/
app.d.ts
7 lines
(6 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Application
,
IBoot
}
from
'egg'
;
export
default
class
FooBoot
implements
IBoot
{
app
:
Application
;
constructor
(
app
:
Application
);
didLoad
():
Promise
<
void
>; }