Documentation
¶
Overview ¶
Package joist is a package that provides a basics-first web framework. Mainly created to satisfy an set of opinionated internal dependencies
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouteInfo ¶
func NewRouteInfo ¶
func NewRouteInfo(opts ...RouteInfoOpt) (*RouteInfo, error)
type RouteInfoOpt ¶
type RouteInfoOpt func(r *RouteInfo)
func Description ¶
func Description(description string) RouteInfoOpt
func Method ¶
func Method(method string) RouteInfoOpt
func Name ¶
func Name(name string) RouteInfoOpt
func Path ¶
func Path(path string) RouteInfoOpt
func Title ¶
func Title(title string) RouteInfoOpt
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
routing
Package router implements the router
|
Package router implements the router |
|
storage
Package storage implements various storages, implementing the Storer interface
|
Package storage implements various storages, implementing the Storer interface |
|
Package middleware implements custom middlewares
|
Package middleware implements custom middlewares |
Click to show internal directories.
Click to hide internal directories.