UNPKG
grpc-acl
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
GRPC ACL microservice
github.com/devsu/grpc-acl
devsu/grpc-acl
grpc-acl
/
index.js
8 lines
(5 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
AclServer
=
require
(
'./lib/acl-server'
);
const
AclService
=
require
(
'./lib/acl-service'
);
exports
=
module
.
exports
=
AclServer
;
exports
.
AclServer
=
AclServer
;
exports
.
AclService
=
AclService
;