Documentation
Preparing search index...
@adonisjs/core
src/types
ContainerBindings
Interface ContainerBindings
A list of known container bindings.
interface
ContainerBindings
{
ace
:
Kernel
;
dumper
:
Dumper
;
app
:
ApplicationService
;
logger
:
LoggerService
;
config
:
Config
;
emitter
:
EmitterService
;
encryption
:
EncryptionService
;
hash
:
HashService
;
server
:
HttpServerService
;
router
:
HttpRouterService
;
testUtils
:
TestUtils
;
repl
:
Repl
;
}
Index
Properties
ace
dumper
app
logger
config
emitter
encryption
hash
server
router
test
Utils
repl
Properties
ace
ace
:
Kernel
dumper
dumper
:
Dumper
app
app
:
ApplicationService
logger
logger
:
LoggerService
config
config
:
Config
emitter
emitter
:
EmitterService
encryption
encryption
:
EncryptionService
hash
hash
:
HashService
server
server
:
HttpServerService
router
router
:
HttpRouterService
test
Utils
testUtils
:
TestUtils
repl
repl
:
Repl
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ace
dumper
app
logger
config
emitter
encryption
hash
server
router
test
Utils
repl
Documentation
Loading...
A list of known container bindings.