package
0.0.0-20240807121136-29f2fb2f681b
Repository: https://github.com/orangeseeds/blitzbase.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

Hook struct specifies and event and a collection of handlers for the event, Example: Let's say there is a onAppServe hook, which says when AppServe event occurs, trigger a specific handler to handle the event But if we have Apps which can serve on multiple different ports, then we will need multiple different handlers to handle the event.