modulepackage
0.0.4
Repository: https://github.com/shahind/go-jet-framework.git
Documentation: pkg.go.dev
# README
Note: This repository contains the core code of the Go-Jet framework. If you want to build an application using Go-Jet, visit the main Go-jet repository.
Go Jet
Go Jet is a fast and light-weight web framework for Go which is developed based on Go-Jet. Go Jet supports ORM models, routing, middlewares, mail, session, and authentication. At the core it uses the fast web server Aero Go which provides the fastest performance so far.
# Functions
RegisterBaseEntities base entities in Go-Jet kernel This method will register: Controllers, Models, CLI commands, Services and middleware.
Start will run the HTTP web server.
StartCommand method runs specific CLI command.
# Structs
No description provided by the author