Versions in this module Expand all Collapse all v1 v1.0.1 Sep 5, 2024 Changes in this version + var ConstantsPath = "app/constants" + var ControllerPath = "app/http/controllers/auth" + var MigrationPath = "database/migrations" + var ModelPath = "app/models" + var RequestPath = "app/http/requests/auth" + var RoutePath = "routes" + var ServicePath = "app/services/auth" + var UtilsPath = "app/utils" + type Kernel struct + func NewKernel(driver string) *Kernel + func (kernel *Kernel) Stubs() map[string]contracts.TemplateStub