skadi-d v0.0.3 (2015-09-03T16:42:40Z)
Dub
Repo
Kernel
skadi
core
kernel
Undocumented in source.
final
class
Kernel {
ushort
port
;
this
(ushort port, Namespace[] skadiNamespaces, Service[] skadiServices);
void
boot
();
void
buildContainer
();
URLRouter
buildRouter
();
}
Constructors
this
this
(ushort port, Namespace[] skadiNamespaces, Service[] skadiServices)
Undocumented in source.
Members
Functions
boot
void
boot
()
Undocumented in source. Be warned that the author may not have intended to support it.
buildContainer
void
buildContainer
()
Undocumented in source. Be warned that the author may not have intended to support it.
buildRouter
URLRouter
buildRouter
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
port
ushort
port
;
Undocumented in source.
Meta
Source
See Implementation
skadi
core
kernel
classes
Kernel
functions
errorPage