Versions in this module Expand all Collapse all v1 v1.0.2 Apr 4, 2021 v1.0.1 Feb 10, 2021 Changes in this version + type Jweb struct + func New(moduleList jwebmodule.List) *Jweb + func (j *Jweb) GetKernel() *jwebkernel.Kernel + func (j *Jweb) GetModule(name string) jwebmodule.Module + func (j *Jweb) Run() + func (j *Jweb) SetCommandList(commandList command.List) + func (j *Jweb) SetRouteList(routeList route.List)