package
0.11.2
Repository: https://github.com/twdp/hiboot.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewApplication create new web application instance and init it.
NewContext constructor of context.Context.
NewTestApp returns the new test application.
RequestBody get RequestBody.
RequestForm get RequestFrom.
RequestParams get RequestParams.
RunTestApplication returns the new test application.

# Constants

No description provided by the author
ContextPath is the property for setting web view context path.
DefaultPage is the property for setting default page.
Extension is the property for setting extension.
No description provided by the author
ResourcePath is the property for setting resource path.
ViewEnabled is the property for enabling web view.

# Variables

No description provided by the author
ErrControllersNotFound controller not found.
ErrInvalidController invalid controller.
NewTestApplication is the alias of RunTestApplication Deprecated, you should use RunTestApplication instead.
RestController register rest controller to controllers container Deprecated: please use app.Register() instead.

# Structs

Context Create your own custom Context, put any fields you wanna need.
Controller is the web base controller please use at.RestController instead.
No description provided by the author

# Interfaces

TestApplication the test web application interface for unit test only.